Uiinfrastructure API Docs  
 

AApprovalModel.GetHighItemIndexForCurrentPage Method 

Call this method to obtain the index of the last item on the current page for a specific ApprovalItemType.

public virtual int GetHighItemIndexForCurrentPage(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

int value

Implements

IApprovalModelRO.GetHighItemIndexForCurrentPage

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace