Click or drag to resize
Galactic API

Group Constructor (ActiveDirectory, SearchResultEntry)

Gets a group object from a supplied search result entry.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Group(
	ActiveDirectory ad,
	SearchResultEntry entry
)

Parameters

ad
Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to manipulate the group.
entry
Type: System.DirectoryServices.ProtocolsSearchResultEntry
The SearchResultEntry object containing attributes necessary to populate the object.
See Also