ApiData().GetBehaviorSubGroup
Returns
Returns the SubGroup of the given Behavior ID Number.
Description
This method returns the SubGroup value of the identified Behavior
Example Usage (C#)
string subGroup = _core.ApiData().GetBehaviorSubGroup(144);
Parameters
int |
id |
The integer numeric value or variable representing the unique ID of the Behavior to be queried. |
### Returns
The string value representing the SubGroup that the Behavior belongs to. A null value is returned if the operation failed, or if the identified Behavior does not belong to a SubGroup.