Ilumnis Authentication

User.HasRight Method (Right)

Checks if this user has specific right.

public bool HasRight(
   Right right
);

Parameters

right
Right to check for.

Return Value

true if user has specified right, otherwise false.

See Also

User Class | IExSys.Authentication Namespace | User.HasRight Overload List