Plumtree Tags API  
 

ATag.GetTagAttributeAsLong Method 

This method gets the requested attribute if it was present in the tag. Otherwise it returns the default value for the attribute.

E.G. <pt:tag pt:ptattr="100" width="10"/> would get the ptattr attribute, but not the width attribute.

A description of the valid formats for attributes can be found in the AttributeType class.

PT Tag Attribute Method
public virtual long GetTagAttributeAsLong(
   ATagAttribute _attribute
);

Parameters

_attribute

Return Value

long The value of the attribute.

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace | AttributeType#LONG