Adds an entry to the DNC table. This function will place the account identifier and phone number into the DNC table such that the combination of the two will be prohibited from being called by Campaigns which use the given dncSource until the expiration date/time occurs. This set of functions take a DNC source as a basis for placing the information into the DNC table.

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 bool AddEntryToDNCTableByDNCSource(
	ConfigurationId dncSource,
	DNCRecord dncRecord
)
Visual Basic
Public Function AddEntryToDNCTableByDNCSource ( _
	dncSource As ConfigurationId, _
	dncRecord As DNCRecord _
) As Boolean

Parameters

dncSource
Type: ConfigurationId
The DNC Source Configuration.
dncRecord
Type: ININ.IceLib.Configuration.Dialer..::..DNCRecord
The DNC Record object which defines the values to add to the DNC table.

Return Value

Boolean representing the function's successful return.

See Also