EMConditionalCreative Class

Alterian Email Manager 6.2.3 SDK Help File
this class extends the legacy DMConditionalTemplate object by adding a Creative ID and feedback about any template => creative mapping errors.
Inheritance Hierarchy

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

Syntax
public class EMConditionalCreative : DMConditionalTemplate

The EMConditionalCreative type exposes the following members.

Constructors
NameDescription
Public methodEMConditionalCreative
Initializes a new instance of the EMConditionalCreative class
Public methodEMConditionalCreative(DMToken, Int32)
this constructor should be used when the Creative ID is known. The underlying template IDs will be populated.
Public methodEMConditionalCreative(DMToken, Int32, DMConditionalTemplate)
This constructor is used when the Creative IDs are not known and/or a legacy DMConditionalTemplate needs to be converted.
Top
Properties
NameDescription
Public propertyCreativeID
Creative ID
Public propertyTemplateMappingError
Error message about template mapping problems, if present.
Top
Fields
NameDescription
Public fieldConditions (Inherited from DMConditionalTemplate.)
Public fieldHtmlTemplate (Inherited from DMConditionalTemplate.)
Public fieldTextTemplate (Inherited from DMConditionalTemplate.)
Top
See Also