ApiData().GetBehaviorGroup
Returns the Group of the given Behavior ID Number.
Description
This method returns the Group value of the identified Behavior.
Example Usage (C#)
string group = _core.ApiData().GetBehaviorGroup(144);
Parameters
int |
id |
The integer numeric value or variable representing the unique ID of the Behavior to be queried. |
Return
The string value representing the Group to which the Behavior belongs. A null value is returned if the operation failed.