|
SecurityHubQuerySecurityGroups Method
|
Queries page of security groups.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function QuerySecurityGroups(sortField, ascending, page, pageSize, filterText);
View SourceParameters
- sortField String
- Current sort field.
- ascending Boolean
- Current sort direction.
- page Int32
- Current page number.
- pageSize Int32
- Current page size.
- filterText String
- Text to use for filtering.
Return Value
IEnumerableSecurityGroupPage of security groups.
See Also