Models the result of paged a listing operation.
Default constructor
public Void PagedListingResult()
Number of the listed page.
public Int32 Page { get; set; }
Paging information.
public PageInfo PageInfo { get; }
Maximum items on the page.
public Int32 PageLength { get; set; }
In this document