EMDocumentsAddDeletedCreativeToCampaignSave Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a task to a transactional Campaign Save that will remove a Creative from a Campaign.

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

Syntax
public static int AddDeletedCreativeToCampaignSave(
	DMToken token,
	int campaignSaveID,
	int EMCreativeID
)

Parameters

token
Type: DMToken
Authentication Token.
campaignSaveID
Type: SystemInt32
Campaign Context Save Id.
EMCreativeID
Type: SystemInt32
The Creative Id of the Creative to remove.

Return Value

Type: Int32
Campaign Save Item Context Id.
See Also