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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void ImportFilesFromCampaign(
DMToken userToken,
int FromCreativeId,
EMContentType FromCreativeContentType,
int FromCampaignId,
int ToCampaignId,
string alertFile
)
Public Shared Sub ImportFilesFromCampaign (
userToken As DMToken,
FromCreativeId As Integer,
FromCreativeContentType As EMContentType,
FromCampaignId As Integer,
ToCampaignId As Integer,
alertFile As String
)
public:
static void ImportFilesFromCampaign(
DMToken^ userToken,
int FromCreativeId,
EMContentType FromCreativeContentType,
int FromCampaignId,
int ToCampaignId,
String^ alertFile
)
static member ImportFilesFromCampaign :
userToken : DMToken *
FromCreativeId : int *
FromCreativeContentType : EMContentType *
FromCampaignId : int *
ToCampaignId : int *
alertFile : string -> unit
DMLibrary.EMFileInfo.ImportFilesFromCampaign = function(userToken, FromCreativeId, FromCreativeContentType, FromCampaignId, ToCampaignId, 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