Plumtree Portal UI  
 

TagHelper.GetVariable Method 

Looks up the variable in memory and converts the value to a string.

protected virtual string GetVariable(
   string _strKey
);

Parameters

_strKey

Return Value

String The value stored in the variable. Null if there was an error.

See Also

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