ApiData().GetBehaviorName

Returns the name of the given Behavior

Description

This method returns the name value of the supplied Behavior ID Number.

Example Usage (C#)


string name = _core.ApiData().GetBehaviorName(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 name of the Behavior. A null value is returned if the operation failed.

ApiData()