Ilumnis Authentication

RightCollection.Remove Method (Int32)

Removes a right from this collection.

public void Remove(
   int rightId
);

Parameters

rightId
RightId of the right to be removed.

Exceptions

Exception Type Condition
InvalidRightIdentifierException Thrown when invalid rightId is passed.

See Also

RightCollection Class | IExSys.Authentication Namespace | RightCollection.Remove Overload List