getUserData method
Retrieves application data from the object. This method enables user interface or application code to retrieve named data that was previously stored by calling the setUserData method.
getUserData(key )
Parameters
String key
Specifies the unique key used to identify the data.
Returns
String. The data associated with the given key, or null if there is none.
Throws
CMSException
If an error occurs.
这对您有帮助吗?