ParaDataPages

Description

This service provides an API for accessing and paginating the version list and sorted data.

Properties

Property NameTypeDescription
pageIndexnumberCurrent page number.
pageCountnumberMaximum page number.
isFinishedbooleanSpecifies whether this is the last page.

Methods

Method NameDescription
GetCurrentPageGets the information on the current page.
GetPageByIndexGets the information on the specified page.
AdvanceToNextPageGoes to the next page. The value true indicates that the subsequent page exists, while the value false indicates that no subsequent page exists.