Ilumnis Authentication

Right.Delete Method (Int32)

Deletes right with specific RightId.

public static void Delete(
   int rightId
);

Parameters

rightId
Database right identifier of the right to delete.

Exceptions

Exception Type Condition
InvalidRightIdentifierException Thrown when invalid rightId is passed.

See Also

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