IDMCreativeWrapperSetDeploymentVariables Method
|
Alterian Email Manager 6.2.3 SDK Help File
Sets variables for the deployment
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid SetDeploymentVariables(
DMToken userToken,
int deploymentId,
DMTemplateValue templateValue,
IntCollection recipientLists,
IntCollection attachments,
DMVariableMapCollection variableMapCollection,
bool proofDeployment
)
Sub SetDeploymentVariables (
userToken As DMToken,
deploymentId As Integer,
templateValue As DMTemplateValue,
recipientLists As IntCollection,
attachments As IntCollection,
variableMapCollection As DMVariableMapCollection,
proofDeployment As Boolean
)
void SetDeploymentVariables(
DMToken^ userToken,
int deploymentId,
DMTemplateValue^ templateValue,
IntCollection^ recipientLists,
IntCollection^ attachments,
DMVariableMapCollection^ variableMapCollection,
bool proofDeployment
)
abstract SetDeploymentVariables :
userToken : DMToken *
deploymentId : int *
templateValue : DMTemplateValue *
recipientLists : IntCollection *
attachments : IntCollection *
variableMapCollection : DMVariableMapCollection *
proofDeployment : bool -> unit
function SetDeploymentVariables(userToken, deploymentId, templateValue, recipientLists, attachments, variableMapCollection, 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