Click or drag to resize

SecurityHubQuerySecurityGroups Method

Queries page of security groups.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[AuthorizeHubRoleAttribute("Administrator")]
[RecordOperationAttribute(typeof(SecurityGroup), RecordOperation.QueryRecords)]
public IEnumerable<SecurityGroup> QuerySecurityGroups(
	string sortField,
	bool ascending,
	int page,
	int pageSize,
	string filterText
)
View Source

Parameters

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

IEnumerableSecurityGroup
Page of security groups.
See Also