Ilumnis Authentication

Right.GetUsers Method (Int32)

Gets all users that have right with specific RightId.

public static User[] GetUsers(
   int rightId
);

Parameters

rightId
Database right identifier of the right assigned to users.

Return Value

Array of users.

Exceptions

Exception Type Condition
InvalidRightIdentifierException Thrown when invalid rightId is passed.

See Also

Right Class | IExSys.Authentication Namespace | Right.GetUsers Overload List