Plumtree Portal UI  
 

TagState.InternalRemoveVariable Method 

This method removes a variable from the underlying collection.

protected virtual void InternalRemoveVariable(
   string _strCombinedKey,
   Scope _scope
);

Parameters

_strCombinedKey
The key used to access the variable.
_scope
The scope used to store the variable. Assumed to be non-null.

See Also

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