setUserData(key, data)
|
|
Parameters
|
Stringkey
Specifies the unique key used to identify the data.
Stringdata
Specifies the data to associate with the given key, or null to remove any existing data for the key.
|
Returns
|
void
|
Throws
|
CMSException
Raised for any error.
|