Click or drag to resize

SecurityHubSearchUserAccounts(String, Int32) Method

Searches user accounts by resolved names limited to the specified number of records.

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

Parameters

searchText  String
Search text to lookup.
limit  Int32
Limit of number of record to return.

Return Value

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