Plumtree Tags API  
 

ATag.GetTagAttributeAsChar 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="t" 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 char GetTagAttributeAsChar(
   ATagAttribute _attribute
);

Parameters

_attribute

Return Value

char The value of the attribute.

See Also

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