Plumtree Tags API  
 

Scope Class

This enumeration specifies the various scopes that can be used to store data in memory.

The Duration comments specify how long the data stored in that scope will be maintained, and when the data will be removed.

The Visibility comments specify which tags can access the data stored in that scope.

Note: Displaying an HTMLElement in a tag and then caching it so that another tag can add more HTML to the original tag later is not supported. HTMLElement trees can be generated and stored for later use, as long as they are self-contained trees and used in a read only way. It is safest to make clones of a cached HTMLElement tree before trying to display it again to make sure there are no threading problems.

For a list of all members of this type, see Scope Members.

System.Object
   com.plumtree.portaluiinfrastructure.tags.Scope

public class Scope

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

Scope Members | com.plumtree.portaluiinfrastructure.tags Namespace