2.2.4.33 t:SearchParametersType Complex Type
The SearchParametersType complex type specifies the search parameters that define the contents of a search folder.
-
<xs:complexType name="SearchParametersType"> <xs:sequence> <xs:element name="Restriction" type="t:RestrictionType" /> <xs:element name="BaseFolderIds" type="t:NonEmptyArrayOfBaseFolderIdsType" /> </xs:sequence> <xs:attribute name="Traversal" type="t:SearchFolderTraversalType" /> </xs:complexType>
The following table lists the child elements of the SearchParametersType complex type.
Element name |
Type |
Description |
---|---|---|
Restriction |
t:RestrictionType (section 2.2.4.30) |
Specifies the query that defines the contents of a search folder. |
BaseFolderIds |
t:NonEmptyArrayOfBaseFolderIdsType ([MS-OXWSFOLD] section 3.1.4.6.3.3) |
Specifies an array of folder identifiers that identify the folders that are searched. |
The following table lists the attributes that are defined for the SearchParametersType complex type.
Attribute name |
Type |
Description |
---|---|---|
Traversal |
t:SearchFolderTraversalType (section 2.2.5.9) |
Specifies the depth of a search folder subtree traversal. |