AddContacts Constructor CTCT Wrapper Documented Class Library
Class constructor.

Namespace: CTCT.Components.Activities
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public AddContacts(
	IList<AddContactsImportData> contacts,
	IList<string> lists,
	IList<string> columnNames
)

Parameters

contacts
Type: System.Collections.Generic IList AddContactsImportData 
List of contacts.
lists
Type: System.Collections.Generic IList String 
List of id's.
columnNames
Type: System.Collections.Generic IList String 
Column names to import.
See Also