Share via


IndexedPageViewType Members

Include Protected Members
Include Inherited Members

The IndexedPageViewType class describes how paged item information is returned for a FindItem or FindFolder request.

The IndexedPageViewType type exposes the following members.

Constructors

  Name Description
Public method IndexedPageViewType The IndexedPageViewType constructor initializes a new instance of the IndexedPageViewType type.

Top

Properties

  Name Description
Public property BasePoint The BasePoint property gets or sets a value that specifies whether the page of items will start at the beginning or the end of the set of items that are found by using the search criteria. This property is required.
Public property MaxEntriesReturned The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. (Inherited from BasePagingType.)
Public property MaxEntriesReturnedSpecified The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request. (Inherited from BasePagingType.)
Public property Offset The Offset property gets or sets the offset from the BasePoint property. This property is required.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top