Click or drag to resize
Galactic API

Group Constructor (ActiveDirectory, Guid)

Gets a group object from Active Directory 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 Group(
	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 user.
See Also