This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ActiveDirectory.
Summary
Deletes user based on user principal name.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Containing Type
- UserDelete
Syntax
public void DeleteUser(string userPrincipalName)
Parameters
| Name | Type | Description |
|---|---|---|
| userPrincipalName | string | User principal name. |
Return Value
| Type | Description |
|---|---|
| void |
