Ilumnis Authentication

Role.Delete Method (String)

Deletes role with specific name.

public static void Delete(
   string roleName
);

Parameters

roleName
Name of the role to delete.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown if invalid roleName is passed.

See Also

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