Ilumnis Authentication

Role.Delete Method (Int32)

Deletes role with specific RoleId.

public static void Delete(
   int roleId
);

Parameters

roleId
RoleId of role to be deleted.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown if invalid roleId is passed.

See Also

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