Click or drag to resize

SecurityHubQueryUserAccountCount Method

Queries count of user accounts.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(UserAccount), RecordOperation.QueryRecordCount)]
[AuthorizeHubRoleAttribute("Administrator")]
public int QueryUserAccountCount(
	string filterText
)
View Source

Parameters

filterText  String
Text to use for filtering.

Return Value

Int32
Count of user accounts.
See Also