Click or drag to resize
Galactic API

ActiveDirectoryAppendDistinguishedName Method

Appends the distinguished name of this Active Directory domain to the relative path to the root supplied.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public string AppendDistinguishedName(
	string pathToRoot
)

Parameters

pathToRoot
Type: SystemString
The relative path to the root of this domain.

Return Value

Type: String
The absolute path including this domain's distinguished name. Null if a null string is supplied.
See Also