IISonasSession QueryIdFile Method Isonas .NET Client API Documentation
Get ID details for the specified person

Namespace: Bsw.Isonas.Dotnet.Client.Core
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.1.4.0 (1.1.4)
Syntax

Task<IdFile> QueryIdFile(
	string personIdString
)

Parameters

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

Return Value

Type: OnlineTask IdFile 
Their details or null if the person is not found
See Also