EndOfPage Element

System.Object
  CollectionTerminatorType
    EndOfPage
Client Declaration
  public class EndOfPage
Indicates a given object set collection contains the maximum number of object elements (page size) requested by the client.

Element Structure

Attributes
  • String continueFrom: Optional expression providing a place marker, which can be used to allow a subsequent request to continue to the next page in the collection. This attribute must be of the form RAS#, where '#' is the element (or page) number.

XML Schema

<xsd:complexType name="EndOfPage">
   <xsd:complexContent>
      <xsd:extension base="CollectionTerminatorType">
         <xsd:attribute name="continueFrom" type="xsd:string"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType