EMCreativeValue Constructor (DMToken, Int32, DMTemplateValue)

Alterian Email Manager 6.2.3 SDK Help File
This constructor is used to map a legacy DMTemplateValue object to an EMCreativeValue object and includes template id => creative id mapping.

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

Syntax
public EMCreativeValue(
	DMToken token,
	int CampaignID,
	DMTemplateValue templateValue
)

Parameters

token
Type: DMToken
CampaignID
Type: SystemInt32
templateValue
Type: DMLibraryDMTemplateValue
See Also