Click or drag to resize
Galactic API

User Constructor (ActiveDirectory, SearchResultEntry)

Gets a user 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 User(
	ActiveDirectory ad,
	SearchResultEntry entry
)

Parameters

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