Plumtree Portal UI  
 

TagHelper.ValidateRequiredParentTags Method 

This helper method processes the tag display tree for required parent tags (at least one must be present). This method is public for testing purposes and should not be called otherwise.

public virtual string ValidateRequiredParentTags();

Return Value

String The error message if a required parent tag is missing. Null implies that at least one required parent tag was present.

See Also

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