2.2.5.4 t:IndexBasePointType Simple Type
The IndexBasePointType simple type specifies whether a page of items that are returned by the FindFolder operation, as specified in section 3.1.4.1, or FindItem operation, as specified in section 3.1.4.2, start at the beginning or at the end of the set of items that are found by the search.
-
<xs:simpleType name="IndexBasePointType"> <xs:restriction base="xs:string" > <xs:enumeration value="Beginning" /> <xs:enumeration value="End" /> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the IndexBasePointType simple type.
Value |
Meaning |
---|---|
Beginning |
Specifies that the page of items starts from the beginning of the set of items that are returned by the search. |
End |
Specifies that the page of items starts from the end of the set of items that are returned by the search. |