| 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
)
Protected Function GetEntryFromAD (
guid As Guid,
additionalAttributes As List(Of String)
) As SearchResultEntry
protected:
SearchResultEntry^ GetEntryFromAD(
Guid guid,
List<String^>^ additionalAttributes
)
member GetEntryFromAD :
guid : Guid *
additionalAttributes : List<string> -> SearchResultEntry
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:
SearchResultEntryThe SearchResultEntry corresponding the GUID supplied, or null if it could not be found in AD.
See Also