EMEventUpdateCampaignEvent Method

Alterian Email Manager 6.2.3 SDK Help File
Updates an existing event

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void UpdateCampaignEvent(
	DMToken userToken,
	int campaignId,
	int eventId,
	string eventName,
	string description,
	bool 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