EMEventUpdateCampaignEvent Method
|
Alterian Email Manager 6.2.3 SDK Help File
Updates an existing event
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void UpdateCampaignEvent(
DMToken userToken,
int campaignId,
int eventId,
string eventName,
string description,
bool notify
)
Public Shared Sub UpdateCampaignEvent (
userToken As DMToken,
campaignId As Integer,
eventId As Integer,
eventName As String,
description As String,
notify As Boolean
)
public:
static void UpdateCampaignEvent(
DMToken^ userToken,
int campaignId,
int eventId,
String^ eventName,
String^ description,
bool notify
)
static member UpdateCampaignEvent :
userToken : DMToken *
campaignId : int *
eventId : int *
eventName : string *
description : string *
notify : bool -> unit
DMLibrary.EMEvent.UpdateCampaignEvent = function(userToken, campaignId, eventId, eventName, description, notify);
Parameters
- userToken
- Type: DMToken
Authentication token - campaignId
- Type: SystemInt32
Existing campaign Id - eventId
- Type: SystemInt32
Existing event Id - eventName
- Type: SystemString
Event Name - description
- Type: SystemString
Event Description - notify
- Type: SystemBoolean
Notify flag
See Also