WebCenter Interaction API  
 

IService.GetPageCount Method 

Services have a particular number of pages that they refer to. The number of pages is determined when the service is initialized. When requesting content from the service, you must specify a page - if the requested page is outside the bounds of 1-GetPageCount(), the request will fail. In general, PageNumbers are 1-based indexes.

int GetPageCount();

Return Value

total number of pages in the service refers to

See Also

IService Interface | com.plumtree.server.xui Namespace