Click or drag to resize

SecurityHubQuerySecurityGroupCount Method

Queries count of security groups.

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

Parameters

filterText  String
Text to use for filtering.

Return Value

Int32
Count of security groups.
See Also