| 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
)
Public Function AppendDistinguishedName (
pathToRoot As String
) As String
public:
String^ AppendDistinguishedName(
String^ pathToRoot
)
member AppendDistinguishedName :
pathToRoot : string -> string
Parameters
- pathToRoot
- Type: SystemString
The relative path to the root of this domain.
Return Value
Type:
StringThe absolute path including this domain's distinguished name. Null if a null string is supplied.
See Also