Ilumnis Authentication

RightCollection.Add Method (String)

Adds a right to this collection.

public void Add(
   string rightName
);

Parameters

rightName
Name of the right to add.

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed.

See Also

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