EMEventAutoCreateCampaignEvents Method
|
Alterian Email Manager 6.2.3 SDK Help File
Creates list of mappedEMEvents in a batch. If anyone fails, it rollbacks whole transaction
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static IList<MappedEMEvent> AutoCreateCampaignEvents(
DMToken token,
int campaignId,
IList<MappedEMEvent> mappedEMEvents
)
Public Shared Function AutoCreateCampaignEvents (
token As DMToken,
campaignId As Integer,
mappedEMEvents As IList(Of MappedEMEvent)
) As IList(Of MappedEMEvent)
public:
static IList<MappedEMEvent^>^ AutoCreateCampaignEvents(
DMToken^ token,
int campaignId,
IList<MappedEMEvent^>^ mappedEMEvents
)
static member AutoCreateCampaignEvents :
token : DMToken *
campaignId : int *
mappedEMEvents : IList<MappedEMEvent> -> IList<MappedEMEvent>
DMLibrary.EMEvent.AutoCreateCampaignEvents = function(token, campaignId, mappedEMEvents);
Parameters
- token
- Type: DMToken
User authentication token - campaignId
- Type: SystemInt32
Campaign Id - mappedEMEvents
- Type: System.Collections.GenericIListMappedEMEvent
list of EMEvent to be created.
Return Value
Type:
IListMappedEMEventList of
MappedEMEvent created and each event to have a unique Id assigned
See Also