Plumtree Portal UI  
 

AConditionType.GetValidationFailedString Method 

If a ValidationFailedException occurs, the RulesEditorModel will call this method to retrieve the appropriete error message. NOTE: The string returned by this method is not HTMLEncoded

public abstract string GetValidationFailedString(
   XPResourceManager xpRM,
   string strLanguage
);

Parameters

xpRM
- the resource manager which can be used to localize strings.
strLanguage
- current user's language locale

Return Value

the string that will be displayed as the error message

See Also

AConditionType Class | com.plumtree.portaluiinfrastructure.condition Namespace