ApiData().GetBehaviorData
Returns the arbitrary, application specific string data content for the Behavior.
Description
This function gets the data content for a particular identified Behavior.
Example Usage (C#)
string data = _core.ApiData().GetBehaviorData(147);
Parameters
int |
id |
The numeric integer id of the Behavior containing the arbitrary data. |
Returns
data The string value representing the data currently attached to the given Behavior.