ActiveDirectoryLibGetDomainRootObject Method ACDLib API Documentation
Retrieves the ActiveDirectoryDomainObject instance of the active directory root using the friendly domain name

Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public ActiveDirectoryDomainObject GetDomainRootObject(
	string domain
)

Parameters

domain
Type: SystemString
The netbios or friendly domain name

Return Value

Type: ActiveDirectoryDomainObject
The ActiveDirectoryDomainObject instance of the active directory domain root
See Also

Reference