Documentation > CMS Template API Library > PaginateFieldResult
CrownPeak.CMSAPI.PaginateFieldResult
The result returned from and contains various information such as the content from the current page and the links to the other pages.
Name | Description | Type |
---|---|---|
CurrentPageContent | Gets or sets the content of the current page. |
Property |
PaginatedLink | Please Don't use this. Use PaginatedLinks instead. This will be removed in a future build. |
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 |