This service provides an API for accessing and paginating the version list and sorted data.
Property Name | Type | Description |
---|
pageIndex | number | Current page number. |
pageCount | number | Maximum page number. |
isFinished | boolean | Specifies whether this is the last page. |
Method Name | Description |
---|
GetCurrentPage | Gets the information on the current page. |
GetPageByIndex | Gets the information on the specified page. |
AdvanceToNextPage | Goes to the next page. The value true indicates that the subsequent page exists, while the value false indicates that no subsequent page exists. |