BBjThinClient::getUserProperty
Description
In BBj 11.0 and higher, this method returns the value of a client-side property for a specified key within a specified client-side property group.
Syntax
|
Return Value |
Method |
|---|---|
|
string |
getUserProperty(long group, string key) |
|
string |
getUserProperty(string key) |
Parameters
|
Variable |
Description |
|---|---|
|
group |
|
|
key |
The key of the property to be returned from the client. |
Return Value
Returns the string value of the specified property.
Remarks
An !ERROR=11 will be thrown if the specified key can not be found.
In BUI, DWC, and WebUI, USER_PROPERTIES_COOKIES maps to browser cookies, USER_PROPERTIES_STORAGE maps to browser local storage, and USER_PROPERTIES_SESSION maps to browser session storage.
In GUI, the three groups map to nodes in a Preferences tree, which doesn't allow keys or values to include any $00$ characters.
If no group is specified, the default value is taken from STBL("!USER_PROPERTIES").
Example 1
|
Example 2
|
See Also
BBjThinClient::setUserProperty
BBjThinClient::getUserProperties
BBjThinClient::setUserProperty
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.