Plumtree Tags API  
 

ATagAttribute.GetIsRequired Method 

Gets whether or not this attribute is required to be present every time the tag is used. If it is required, the tag will fail if it is not present.

public abstract bool GetIsRequired();

Return Value

boolean True means that this attribute is required

See Also

ATagAttribute Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace