Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RestrictionType complex type specifies a search restriction or query for a FindItem operation, as specified in section 3.1.4.2, or a FindFolder operation, as specified in section 3.1.4.1.
-
<xs:complexType name="RestrictionType"> <xs:sequence> <xs:element ref="t:SearchExpression" /> </xs:sequence> </xs:complexType>
The following table lists the child element of the RestrictionType complex type.
Element |
Type |
Description |
---|---|---|
SearchExpression |
t:SearchExpression (section 2.2.3.15) |
Specifies the search term that defines the restriction. |