Ilumnis Authentication

RoleCollection.Add Method (Int32)

Adds a role to this collection.

public void Add(
   int roleId
);

Parameters

roleId
RoleId of the role to add to this collection.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown when invalid roleId is passed.

See Also

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