Uiinfrastructure API Docs  
 

AApprovalModel.GetEmptyTypeSectionSubTitle Method 

Concrete subclasses must implement this method to return a string that is displayed in sections containg no items awaiting approval.

public abstract string GetEmptyTypeSectionSubTitle(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

String

Implements

IApprovalModelRO.GetEmptyTypeSectionSubTitle

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace