|
setUserData(key, data)
|
|
|
Parameters
|
String key
Specifies the unique key used to identify the data.
String data
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.
|