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:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static IList<EMVariable> AutoCreateCampaignVariables(
	DMToken token,
	int campaignId,
	IList<MappedEMVariable> 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: IListEMVariable
List of EMVariable created and each variable to have unique Id assigned
See Also