|
SecurityHubSearchUserAccounts(String, Int32) Method
|
Searches user accounts by resolved names limited to the specified number of records.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function SearchUserAccounts(searchText, limit);
View SourceParameters
- searchText String
- Search text to lookup.
- limit Int32
- Limit of number of record to return.
Return Value
IEnumerableIDLabelSearch results as "IDLabel" instances - serialized as JSON [{ id : "value", label : "name" }, ...]; useful for dynamic lookup lists.
See Also