Click or drag to resize
Galactic API

ActiveDirectoryObject Constructor (ActiveDirectory, Guid)

Gets a directory object from AD with the supplied GUID.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public ActiveDirectoryObject(
	ActiveDirectory ad,
	Guid guid
)

Parameters

ad
Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to query and manipulate the directory object.
guid
Type: SystemGuid
The GUID of the object.
See Also