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
Finds all users in an organization unit.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Containing Type
- UserFind
Syntax
public IList<UserObject> FindByOrganizationUnit(string organizationalUnit)
Parameters
Name | Type | Description |
---|---|---|
organizationalUnit | string | Distinguished name of OU. |
Return Value
Type | Description |
---|---|
IList |
List of UserObjects. |