Click or drag to resize
Galactic API

ActiveDirectoryObjectGetEntryFromAD Method (Guid, ListString)

Gets new data for the object from AD and places the values in the entry variable within the object.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected SearchResultEntry GetEntryFromAD(
	Guid guid,
	List<string> additionalAttributes
)

Parameters

guid
Type: SystemGuid
The GUID of the object to get.
additionalAttributes
Type: System.Collections.GenericListString
The names of additional attributes to include in the query.

Return Value

Type: SearchResultEntry
The SearchResultEntry corresponding the GUID supplied, or null if it could not be found in AD.
See Also