Click or drag to resize
Galactic API

ActiveDirectoryGetEntriesBySAMAccountName Method

Gets entries that match a given wildcarded (*) SAM account name.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public List<SearchResultEntry> GetEntriesBySAMAccountName(
	string sAMAccountName,
	List<string> attributes = null
)

Parameters

sAMAccountName
Type: SystemString
The SAM account name of the entries to get.
attributes (Optional)
Type: System.Collections.GenericListString
(Optional) The attributes that should be returned in each entry found. If not provided, all non-constructed attributes are returned. Constructed attributes must be explicitly defined.

Return Value

Type: ListSearchResultEntry
The list of SearchResultEntry(s) found, or null if not found.
See Also