Plumtree Portal UI  
 

TagHelper.ValidateRequiredAttributes Method 

This helper method processes all the required PT attributes, validates them, and stores them in the hashtable. This method is public for testing purposes and should not be called otherwise.

public virtual string ValidateRequiredAttributes();

Parameters

Return Value

String The error message if an attribute was invalid. Null implies that all attributes were valid.

See Also

TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace