Uiinfrastructure API Docs  
 

AApprovalModel.GetItemDescriptors Method 

Call this method to obtain an enumeration of AItemDescriptor objects.

Included AItemDescriptor objects will be those object existing on the currently viewed page of item descriptors.

public virtual IXPEnumerator GetItemDescriptors(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

IXPEnumerator of AItemDescriptor objects

Implements

IApprovalModelRO.GetItemDescriptors

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace