Plumtree Tags API  
 

HashtableDataObject.SetData Method 

Sets a name value pair on the hashtable.

public virtual void SetData(
   string _strKey,
   string _strValue
);

Parameters

_strKey
The name used to store the value.
_strValue
The value to be stored.

See Also

HashtableDataObject Class | com.plumtree.portaluiinfrastructure.tags.data Namespace