Plumtree Portal UI  
 

TagHelper.ValidateRequiredChildTags Method 

This helper method processes the tag display tree for required child tags. This method is public for testing purposes and should not be called otherwise.

public virtual string ValidateRequiredChildTags();

Return Value

String The error message if a required child tag is missing. Null implies that all required child tags were present.

See Also

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