Run a query to retrieve records from the contact list.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public Collection<Dictionary<string, Object>> GetContacts(
	HttpRequestKey requestKey,
	SelectCommand command
)
Visual Basic
Public Function GetContacts ( _
	requestKey As HttpRequestKey, _
	command As SelectCommand _
) As Collection(Of Dictionary(Of String, Object))

Return Value

A list of contact records.

See Also