Plumtree Portal UI  
 

AConditionType.GetConditionValueType Method 

Each condition type has an expectation of what type of value they are to receive. A condition on url domain most likey will expect its value type to be of string, while a condition on community ID would have a value of type integer.

public abstract int GetConditionValueType();

Return Value

the condition value type that is expected by this condition type. The condition value types are specified in the ValueTypeEnum class.

See Also

AConditionType Class | com.plumtree.portaluiinfrastructure.condition Namespace