IDMCreativeWrapperCreateDeployment Method

Alterian Email Manager 6.2.3 SDK Help File
/Creates a deployment for the given creative

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

Syntax
int CreateDeployment(
	DMToken userToken,
	int creativeId,
	string name
)

Parameters

userToken
Type: DMToken
User authentication token
creativeId
Type: SystemInt32
Creative id
name
Type: SystemString
Name

Return Value

Type: Int32
Id for the deployment
See Also