IISonasSession QueryBadges Method Isonas .NET Client API Documentation
Find all badges belonging to the supplied person

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<BadgeOverview>> QueryBadges(
	string personIdString
)

Parameters

personIdString
Type: OnlineSystem String
The person ID (e.g. auto_15) to query by

Return Value

Type: OnlineTask OnlineIEnumerable BadgeOverview  
List of their badges
Exceptions

See Also