Click or drag to resize

PaginationParameters Properties

The PaginationParameters type exposes the following members.

Properties
  NameDescription
Public propertyIncludeAll
If true, include all results (i.e. do not paginate). Mutually exclusive with pageSize and page (they are ignored if includeAll=true is specified).
Public propertyPage
Which page to return. Defaults to 1 if not specified.
Public propertyPageSize
The maximum number of items to return per page. Unless otherwise stated for a specific endpoint, defaults to 100 if not specified.
Top
See Also