Plumtree Tags API  
 

RequiredTagAttribute Constructor

Creates a new required tag attribute of type String.

If a required attribute is missing from a tag, the tag will fail.

Overload List

Creates a new required tag attribute of type String. If a required attribute is missing from a tag, the tag will fail.

public RequiredTagAttribute(string,string);

Creates a new required tag attribute. If a required attribute is missing from a tag, the tag will fail.

public RequiredTagAttribute(string,string,AttributeType);

See Also

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