Uiinfrastructure API Docs  
 

IPaginationModel.SetPagination Method 

This is used by the PaginationControl to set which objects should be displayed.

void SetPagination(
   int nPaginationID,
   int nPaginationLowerBound,
   int nPaginationUpperBound
);

Parameters

nPaginationID
Unique ID of objects to paginate (usually class id) when there are multiple pagination sections per page.
nPaginationLowerBound
The starting count for objects to display
nPaginationUpperBound
The ending count for objects to display.

See Also

IPaginationModel Interface | com.plumtree.uiinfrastructure.form.pagination Namespace