EMVariableAutoCreateCampaignVariables Method
|
Alterian Email Manager 6.2.3 SDK Help File
Creates list of variables that are not mapped in a batch . If anyone fails, it rollbacks whole transaction
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static IList<EMVariable> AutoCreateCampaignVariables(
DMToken token,
int campaignId,
IList<MappedEMVariable> mappedEMVariables
)
Public Shared Function AutoCreateCampaignVariables (
token As DMToken,
campaignId As Integer,
mappedEMVariables As IList(Of MappedEMVariable)
) As IList(Of EMVariable)
public:
static IList<EMVariable^>^ AutoCreateCampaignVariables(
DMToken^ token,
int campaignId,
IList<MappedEMVariable^>^ mappedEMVariables
)
static member AutoCreateCampaignVariables :
token : DMToken *
campaignId : int *
mappedEMVariables : IList<MappedEMVariable> -> IList<EMVariable>
DMLibrary.EMVariable.AutoCreateCampaignVariables = function(token, campaignId, mappedEMVariables);
Parameters
- token
- Type: DMToken
User authentication token - campaignId
- Type: SystemInt32
Campaign Id - mappedEMVariables
- Type: System.Collections.GenericIListMappedEMVariable
list of EMVariable to be created.
Return Value
Type:
IListEMVariableList of
EMVariable created and each variable to have unique Id assigned
See Also