EMFileInfoImportFilesFromCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
A method to move relevant files related to a specific EM Creative from one EM Campaign to another EM Campaign. This is primarily used when importing a creative from one campaign to another, and one wishes to try and automatically import any files referenced by the EM Creative and hosted on the EM content servers.

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

Syntax
public static void ImportFilesFromCampaign(
	DMToken userToken,
	int FromCreativeId,
	EMContentType FromCreativeContentType,
	int FromCampaignId,
	int ToCampaignId,
	string alertFile
)

Parameters

userToken
Type: DMToken
EM authentication token.
FromCreativeId
Type: SystemInt32
The EM Document Id of the creative being moved.
FromCreativeContentType
Type: DMLibraryEMContentType
The EMContentType of the EM Content to transfer.
FromCampaignId
Type: SystemInt32
The Id of the Campaign from which the content is being transferred.
ToCampaignId
Type: SystemInt32
The Id of the Campaign to which the content is being transferred.
alertFile
Type: SystemString
Path of the alert file
See Also