Plumtree Tags API  
 

ATagAttribute Constructor 

Creates a new tag attribute.

protected ATagAttribute(
   string _strName,
   string _strDescription,
   AttributeType _type
);

Parameters

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

See Also

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