Plumtree Tags API  
 

Scope.TAG Field

Tag Scope

A variable stored in Tag Scope can only be seen by children of the current tag and will be removed from memory when the tag is finished.

I.E. <pt:atag><pt:btag/></pt:atag><pt:ctag/> Data stored in Tag Scope by "atag" will be visible to "btag" but not "ctag".

Duration: The DisplayTag() method call in this tag (i.e. The life of the tag).
Visibility: This tag and all child tags.
public static readonly Scope TAG;

See Also

Scope Class | com.plumtree.portaluiinfrastructure.tags Namespace