Uiinfrastructure API Docs  
 

AApprovalModel.SetCurrentPageIndex Method 

Call this method to set the index of the page being viewed of the given ApprovalItemType.

If the index passed is not within the valid range, then GetLowItemIndexForCurrentPage() and GetHighItemIndexForCurrentPage() will return correct values for either the first or last valid page.

public virtual void SetCurrentPageIndex(
   ApprovalItemType type,
   int i
);

Parameters

type
ApprovalItemType
i
int

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace