IISonasSession QueryGroups Method Isonas .NET Client API Documentation
Queries group membership by person ID or group name

Namespace: Bsw.Isonas.Dotnet.Client.Core
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

Task<IEnumerable<Group>> QueryGroups(
	string personIdStringOrGroupName
)

Parameters

personIdStringOrGroupName
Type: OnlineSystem String
Person ID or group name

Return Value

Type: OnlineTask OnlineIEnumerable Group  
List of groups the user is in (empty if not in any groups) or a list of people in a group if group name is supplied (Empty if no one is in the group)
Exceptions

See Also