CollectionTerminatorType Element

System.Object

CollectionTerminatorType

EndOfCollection

EndOfPage

TraversalError

 

Client Declaration

The base, abstract element for the collection terminator, which manages the traversing of object collections. CollectionTerminatorType is an abstract type with three defined subtypes: EndOfCollection, EndofPage, and TraversalError. Because the GetObjects operation does not support paging, one of these elements will always be present in a collection returned in a GetObjects response.

 

XML Schema

<xsd:complexType name="CollectionTerminatorType" abstract="true"/>