Exports contacts from the contact list into a file or database table.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public int BulkExport( HttpRequestKey requestKey, SelectCommand command, IDataSet destination, IDictionary<DBColumn, DBColumn> columnMapping ) |
Visual Basic |
---|
Public Function BulkExport ( _ requestKey As HttpRequestKey, _ command As SelectCommand, _ destination As IDataSet, _ columnMapping As IDictionary(Of DBColumn, DBColumn) _ ) As Integer |
Parameters
- requestKey
- Type: ININ.IceLib.Configuration.Dialer..::..HttpRequestKey
The request key obtained by calling GetHttpRequestKey(ConfigurationId, ServerType).
- command
- Type: ININ.IceLib.Configuration.Dialer..::..SelectCommand
The command that determines which contacts are pulled from the call list.
- destination
- Type: ININ.IceLib.Configuration.Dialer.DataTypes..::..IDataSet
The data set to export the contacts to (the table/file must already exist).