Click or drag to resize

PagedSearchResultsT Properties

The PagedSearchResultsT generic type exposes the following members.

Properties
  NameDescription
Public propertyPageNumber
The number of the page within the result set represented by this search result.
Public propertyPageSize
The number of data records per page for this search result.
Public propertyResults
The actual data payload or result set, in the form of a list of data objects of type T
Public propertyTotalPages
The total number of pages that are available for this search result.
Public propertyTotalRecords
The total number of data records that are available for this search result across all pages.
Top
See Also