FilterElementType Element

System.Object

FilterElementType

 

Client Declaration

Represents information, used in conjunction with a PropertyFilterType element, for controlling which properties of a Content Engine object (and with what level of detail) will appear in the output of an operation.

 

Element Structure

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="FilterElementType">
   <xsd:simpleContent>
      <xsd:extension base="xsd:string">
         <xsd:attribute name="maxRecursion" type="xsd:int"/>
         <xsd:attribute name="maxSize" type="xsd:unsignedLong"/>
         <xsd:attribute name="maxElements" type="xsd:int"/>
         <xsd:attribute name="levelDependents" type="xsd:boolean"/>		 
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>