/
xdb.GetData
xdb.GetData
Description
This function can be used to retrieve data that is stored in the persistent database. The data is also available after server restart.
Signature
Any xdb.GetData (string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | key of the value that shall be retrieved |
Return
Type | Description |
---|---|
Any | value that is stored with the specified key |