Uiinfrastructure API Docs  
 

AApprovalModel.GetItemDescriptor Method 

Call this method to obtain a specific AItemDescriptor object.

If this ItemDescriptor is not in the internal cache, the server will not be contacted.

public virtual AItemDescriptor GetItemDescriptor(
   string sID
);

Parameters

sID
String id of the specific AItemDescriptor wanted.

Return Value

AItemDescriptor

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace