Retrieve configuration data for an active campaign and its base script.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
Parameters
- campaignName
- Type: System..::..String
The name of the campaign.
Return Value
A
CampaignScriptConfiguration object containing configuration data for the campaign and its base script.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | The campaign does not exist, is not active, or is not configured to use a base script. |
System..::..ArgumentNullException | campaignName is empty or a null reference (Nothing in Visual Basic). |
See Also