IUserManagerRemoveUser Method |
Namespace: Ingeniux.CMS
Exception | Condition |
---|---|
InvalidOperationException | When the "user" is the Current Operating User. |
SecurityException | When the Operating User doesn't have administrative privileges. |
If the "user" parameter value is null, returns false.
The method also removes this User from all Groups it belonged to.
This method fires two events: BeforeUserDelete and AfterUserDelete.