Ilumnis Authentication

RoleCollection.Remove Method (Int32)

Removes a role from this collection.

public void Remove(
   int roleId
);

Parameters

roleId
RoleId of the role to remove from this collection.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown when invalid roleId is passed.

See Also

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