Plumtree Tags API  
 

OptionalTagAttribute Constructor 

Creates a new optional tag attribute.

public OptionalTagAttribute(
   string _strName,
   string _strDescription,
   AttributeType _type,
   string _strDefaultValue
);

Parameters

_strName
The attribute name.
_strDescription
The attribute description.
_type
The attribute type.
_strDefaultValue
The attribute default value.

See Also

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