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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMCreativeValue(
DMToken token,
int CampaignID,
DMTemplateValue templateValue
)
Public Sub New (
token As DMToken,
CampaignID As Integer,
templateValue As DMTemplateValue
)
public:
EMCreativeValue(
DMToken^ token,
int CampaignID,
DMTemplateValue^ templateValue
)
new :
token : DMToken *
CampaignID : int *
templateValue : DMTemplateValue -> EMCreativeValue
DMLibrary.EMCreativeValue = function(token, CampaignID, templateValue);
Parameters
- token
- Type: DMToken
- CampaignID
- Type: SystemInt32
- templateValue
- Type: DMLibraryDMTemplateValue
See Also