The IPageEnumerator type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | CurrentPage |
Returns the current page in the set.
|
![]() | ElementCount |
Returns the number of elements in the current page. The returned value is always
equal to the value returned by GetCurrentPage().length. Use GetElementCount
to avoid copying the potentially large internal array just to get its length.
|
![]() | PageMark |
Returns the current page mark on which a subsequent call to Reset will operate.
Call this method before calling the Reset(mark) method.
|
![]() | PageSize |
The internal paging size used by the enumerator.
Gets or sets the internal paging size used by the enumerator. Setting a new size takes effect on the next fetch from the server. Typical use cases for changing the page size are to match the number of displayed elements in a user interface or to improve performance of page retrieval. |
![]() | TotalCount |
The count requested in a search that includes
OPTIONS (COUNT_LIMIT N).
Possible values are:
|