Click or drag to resize
Galactic API

ActiveDirectoryObjectGetEntryFromAD Method (Guid)

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
)

Parameters

guid
Type: SystemGuid
The GUID of the object to get.

Return Value

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