ApiData().GetExuderSecurityLevel

Returns the integer security level for the given Exuder.

Description

This function gets the security level for a particular identified Exuder within a specific Behavior. The range is 0 – n, where 0 is “open” to anyone, and any value above 0 must be met with a matching or greater user security level for the Exuder to be invoked. Note that a higher Behavior security level can override a lower Exuder security level.

Example Usage (C#)

Parameters

int

id

The integer numeric value or variable representing the unique ID of the Behavior containing the Exuder.

int

exuderId

The integer numeric value or variable representing the indexed ID of the Exuder, separate from the Behavior ID.

Returns

level The number value representing the security level of the given Exuder within the given Behavior.

ApiData()