Plumtree Portal UI  
 

TagHelper.GetCollectionVariable Method 

Looks up the data collection in memory, accesses the specified key, and converts the value to a string.

protected virtual string GetCollectionVariable(
   string _strDataCollection,
   string _strKey
);

Parameters

_strDataCollection
_strKey

Return Value

String The value stored in the data collection under the specified key. Null if there was an error.

See Also

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