Plumtree Portal UI  
 

TagState.InternalGetVariable Method 

Helper method to get variables in memory.

public virtual object InternalGetVariable(
   string _strLibrary,
   string _strKey,
   Scope _scope
);

Parameters

_strLibrary
The current library. May be null.
_strKey
The key used to store the variable.
_scope
The scope used to store the variable.

Return Value

Object the requested variable (may be a SharedStateVariable object that needs to be processed before being returned to the tag.

See Also

TagState Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace