Plumtree Tags API  
 

ATagAttribute.GetType Method 

The data type of the attribute. E.G. int, string, etc...

Specifying the attribute type will force the conversion of the attribute to that type and will cause an error if it cannot be converted.

Required attributes will be converted before the tag is displayed and will cause the tag to fail if they cannot be converted correctly.
new public virtual AttributeType GetType();

Return Value

AttributeType The type of the attribute

See Also

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