Plumtree UI Infrastructure API  
 

IPagination.GoToPage Method 

Go to another page.

void GoToPage(
   string sortOrder,
   int firstItemOnPage,
   int pageSize,
   object additionalInfo
);

Parameters

sortOrder
Sort order in which firstItemOnPage should be interpreted
firstItemOnPage
First item to appear on page (1-based)
pageSize
Desired number of items on page
additionalInfo
Additional application-specific info, if needed

See Also

IPagination Interface | com.plumtree.uiinfrastructure.pagination Namespace