2.2.4.34 t:SeekToConditionPageViewType Complex Type
The SeekToConditionPageViewType complex type specifies a condition that has to be satisfied in order to include an item in the result set from the FindItem operation, as specified in section 3.1.4.2, or the FindFolder operation, as specified in section 3.1.4.1. The SeekToConditionPageViewType complex type extends the BasePagingType complex type, as specified in section 2.2.4.5.<10>
-
<xs:complexType name="SeekToConditionPageViewType"> <xs:complexContent> <xs:extension base="t:BasePagingType"> <xs:sequence> <xs:element name="Condition" type="t:RestrictionType" minOccurs="1" /> </xs:sequence> <xs:attribute name="BasePoint" type="t:IndexBasePointType" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child element of the SeekToConditionPageViewType complex type.
Element |
Type |
Description |
---|---|---|
Condition |
t:RestrictionType (section 2.2.4.30) |
Specifies the search term used to determine if an item is to be included in the result set. |
The following table lists the attribute of the SeekToConditionPageViewType complex type.
Attribute |
Type |
Description |
---|---|---|
BasePoint |
t:IndexBasePointType (section 2.2.5.4) |
Specifies whether the search term SHOULD be applied from the beginning or end of the result set. |