UserFind Class

Summary

The User Find class for searching for Active Directory Users.
graph BT Type-->Base0["ActiveDirectoryBase<UserSettings>"] Base0-->Base1["Object"] Type["UserFind"] class Type type-node

Syntax

public sealed class UserFind : ActiveDirectoryBase<UserSettings>

Constructors

Name Summary
UserFind(IADOperator) Initializes a new instance of the UserFind class.

Methods

Name Value Summary
FindAttributeValueByProperty(string, string, string) string
Finds the attribute value by property.
FindByOrganizationUnit(string) IList<UserObject>
Finds all users in an organization unit.
FindDistinguishedNameByProperty(string, string) string
Finds the Distinguished Name by property.
FindUserPrincipalNameByProperty(string, string) string
Finds the User Principal Name by property.

Extension Methods

Name Value Summary
Dump<UserFind>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<UserFind>(UserFind[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<UserFind>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<UserFind>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<UserFind>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<UserFind>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin