Click or drag to resize

Pagination Class

Parameters to paginate the results of a bulk query
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V40Pagination

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public class Pagination

The Pagination type exposes the following members.

Constructors
  NameDescription
Public methodPagination
Top
Properties
  NameDescription
Public propertyMaxNumberResults
Gets or sets the maximum number of results to return.
Public propertyPageNumber
Gets or sets the page number to return. 0 indexed
Top
Methods
  NameDescription
Public methodStatic memberValidatePagination
Validates Pagination to ensure no negative numbers. Throws on error
Top
Fields
  NameDescription
Public fieldStatic memberDefaultMaxNumberResults
The default value to use for MaxNumberResults if one is not supplied by the user
Top
See Also