EMDocumentsBeginCampaignSave Method

Alterian Email Manager 6.2.3 SDK Help File
Initiate a new transactional Campaign Save.

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

Syntax
public static int BeginCampaignSave(
	DMToken token,
	int campaignID,
	IEMCreativeLockRepository creativeLockRepository
)

Parameters

token
Type: DMToken
Authentication Token.
campaignID
Type: SystemInt32
The Campaign Id of the Campaign being saved.
creativeLockRepository
Type: DMLibraryIEMCreativeLockRepository
The IEMCreativeLockRepository to manage locks for creatives

Return Value

Type: Int32
Campaign Save Context Id.
See Also