Plumtree Tags API  
 

RequiredTagAttribute Constructor (String, String, AttributeType)

Creates a new required tag attribute.

If a required attribute is missing from a tag, the tag will fail.
public RequiredTagAttribute(
   string _strName,
   string _strDescription,
   AttributeType _type
);

Parameters

_strName
The attribute name
_strDescription
The attribute description
_type
The attribute type

See Also

RequiredTagAttribute Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | RequiredTagAttribute Constructor Overload List