Plumtree Tags API  
 

ATagAttribute.GetDefaultValue Method 

The default value for an optional attribute if the attribute is not present or is of the incorrect type. This will return null for required attributes.

public abstract string GetDefaultValue();

Return Value

String The default value for this attribute. Null implies there is no default value.

See Also

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