Ilumnis Authentication

Role.Delete Method

Deletes this role.

Overload List

Deletes this role.

public void Delete();

Deletes role with specific RoleId.

public static void Delete(int);

Deletes role with specific name.

public static void Delete(string);

See Also

Role Class | IExSys.Authentication Namespace