Create an Export Contacts Activity.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public Activity AddExportContactsActivity(
string accessToken,
string apiKey,
ExportContacts exportContacts
)
Public Function AddExportContactsActivity ( _
accessToken As String, _
apiKey As String, _
exportContacts As ExportContacts _
) As Activity
Public Function AddExportContactsActivity ( _
accessToken As String, _
apiKey As String, _
exportContacts As ExportContacts _
) As Activity
public:
virtual Activity^ AddExportContactsActivity(
String^ accessToken,
String^ apiKey,
ExportContacts^ exportContacts
) sealed
public:
virtual Activity^ AddExportContactsActivity(
String^ accessToken,
String^ apiKey,
ExportContacts^ exportContacts
) sealed
abstract AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
override AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
abstract AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
override AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- exportContacts
- Type: CTCT.Components.Activities ExportContacts
Export contacts object.
Return Value
Returns an Activity object.
Implements
IActivityService AddExportContactsActivity(String, String, ExportContacts)