ApiBrain().GetUserSecurityLevel

Returns the integer security level for the current user.

Description

This method returns the current security level for the user. The security range is 0 to n, where 0 is the lowest “public” level of security. Within the SILVIA Brain data itself, any Behavior and/or Exuder security value higher than 0 must be met with an equal or greater user security level for the Behavior/Exuder to be invoked. Note that a higher Behavior security level can override a lower Exuder security level.

Example Usage (Java/C#)


int level = _core.ApiBrain().GetUserSecurityLevel();

Parameters

None.

Returns

The number value representing the current security level of the user.