IDMCreativeWrapperSetDeploymentVariables Method

Alterian Email Manager 6.2.3 SDK Help File
Sets variables for the deployment

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

Syntax
void SetDeploymentVariables(
	DMToken userToken,
	int deploymentId,
	DMTemplateValue templateValue,
	IntCollection recipientLists,
	IntCollection attachments,
	DMVariableMapCollection variableMapCollection,
	bool proofDeployment
)

Parameters

userToken
Type: DMToken
User authentication token
deploymentId
Type: SystemInt32
Deployment Id
templateValue
Type: DMLibraryDMTemplateValue
Template valueDMTemplateValue
recipientLists
Type: IntCollection
List of ids for recipient list
attachments
Type: IntCollection
List of Ids for attachment
variableMapCollection
Type: DMLibraryDMVariableMapCollection
Collection of DMVariableMapCollection
proofDeployment
Type: SystemBoolean
true for proof deployment
See Also