Gets a list of campaigns from DNC.Com

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 DNCSourceCampaign[] GetDNCdotCOMCampaigns(
	string accountCode,
	string loginId,
	string projectId
)
Visual Basic
Public Function GetDNCdotCOMCampaigns ( _
	accountCode As String, _
	loginId As String, _
	projectId As String _
) As DNCSourceCampaign()

Parameters

accountCode
Type: System..::..String
The account code for DNC.Com authentication
loginId
Type: System..::..String
The login Id to use for for DNC.Com authentication
projectId
Type: System..::..String
The project Id to lookup when querying DNC.Com

Return Value

An array of DNCSourceCampaigns

See Also