Click or drag to resize
Galactic API

ActiveDirectorySetSearchBase Method

Sets the object that is the base for all searches within Active Directory. This only needs to be set if you need to search somewhere other than the base of the directory.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool SetSearchBase(
	string distinguishedName
)

Parameters

distinguishedName
Type: SystemString
The distinguished name of the object where searches will begin. (Typically an OU or the base DN of the directory.)

Return Value

Type: Boolean
True if the search base was set, false otherwise.
See Also