Click or drag to resize

SecurityHubSearchUserAccounts(String) Method

Searches user accounts by resolved names with no limit on total returned records.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<IDLabel> SearchUserAccounts(
	string searchText
)
View Source

Parameters

searchText  String
Search text to lookup.

Return Value

IEnumerableIDLabel
Search results as "IDLabel" instances - serialized as JSON [{ id : "value", label : "name" }, ...]; useful for dynamic lookup lists.
See Also