Plumtree Portal UI  
 

AConditionType.GetDescriptionString Method 

Constructs the string to be set in an expression's description. Simply return a string describing the current condition. NOTE: The string returned by this method will be HTMLEncoded Example:

public abstract string GetDescriptionString(
   IValue ConditionValue,
   IPTSession ptSession
);

Parameters

ConditionValue
- the condition value for this condition type
ptSession
- the current user's session is provided in case it is needed

Return Value

string containing the condition type's name and condition value name

See Also

AConditionType Class | com.plumtree.portaluiinfrastructure.condition Namespace | ConditionTypeURLDomain | ConditionTypeClientIPAddress | ConditionTypeCommunityID | ConditionTypeGroupID