Documentation > CMS Template API Library > PaginateResultBase
CrownPeak.CMSAPI.PaginateResultBase`1
Base class of PaginateResult and PaginatePanelResult.
Name | Description | Type |
---|---|---|
Count | After the call to Util.Paginate, this will return the number of items in the sub list for the current page. |
Property |
PageTotal | The total number of pages that the paginated list requires |
Property |
PaginatedLinks | A collection of links to each of the pages. You may enumerate over this collection with a foreach as in the example |
Property |