EMCreativeValue Class

Alterian Email Manager 6.2.3 SDK Help File
This class extends the legacy DMTemplateValue to work with Creative IDs and suppports conditional creatives.
Inheritance Hierarchy

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

Syntax
public class EMCreativeValue : DMTemplateValue

The EMCreativeValue type exposes the following members.

Constructors
NameDescription
Public methodEMCreativeValue
Initializes a new instance of the EMCreativeValue class
Public methodEMCreativeValue(DMToken, Int32, DMTemplateValue)
This constructor is used to map a legacy DMTemplateValue object to an EMCreativeValue object and includes template id => creative id mapping.
Top
Methods
NameDescription
Public methodGetLegacyDMTemplateValue
This method will populate the template IDs based on the provided CreativeIDs and return a legacy DMTemplateValue object
Top
Fields
NameDescription
Public fieldConditionalValues (Inherited from DMTemplateValue.)
Public fieldCreativeID
Creative ID
Public fieldEMConditionalValues
Conditional Creatives
Public fieldHtmlTemplate (Inherited from DMTemplateValue.)
Public fieldTemplateMappingError
Error message encountered during template => creative mapping, if present.
Public fieldTextTemplate (Inherited from DMTemplateValue.)
Top
See Also