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
Updates the Organizational Unit the user is in.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Containing Type
- UserUpdate
Syntax
public void UpdateOrganizationUnit(string propertyName, string propertyValue, string organizationalUnit)
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | string | The name of the property to use to search. |
| propertyValue | string | The value of the property to search using. |
| organizationalUnit | string | The new organizational unit. |
Return Value
| Type | Description |
|---|---|
| void |
