Uiinfrastructure API Docs  
 

AApprovalModel.GetLowItemIndexForCurrentPage Method 

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

public virtual int GetLowItemIndexForCurrentPage(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

int value

Implements

IApprovalModelRO.GetLowItemIndexForCurrentPage

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace