Plumtree Portal UI  
 

TagState.InternalSetVariable Method 

Helper method to set variables in memory.

protected virtual void InternalSetVariable(
   string _strLibrary,
   string _strKey,
   object _oValue,
   Scope _scope
);

Parameters

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

See Also

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