EMVariable Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a creative variable.
Inheritance Hierarchy

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

Syntax
public class EMVariable : DMVariable

The EMVariable type exposes the following members.

Constructors
NameDescription
Public methodEMVariable
Initializes a new instance of the EMVariable class
Top
Properties
NameDescription
Public propertyDescription
Variable Description
Public propertySampleValue
Variable Sample Value
Public propertyUsedBy
A collection of EMDocuments that uses this variable.
Public propertyUseDefaultForSample
Variable UseDefaultForSample. This flag is used if we want a variable to use the default value as sample value
Top
Methods
NameDescription
Public methodStatic memberAutoCreateCampaignVariables
Creates list of variables that are not mapped in a batch . If anyone fails, it rollbacks whole transaction
Public methodStatic memberCreateVariable
Create a new Variable.
Public methodStatic memberDeleteCampaignVariable
Deletes an existing variable
Public methodEquals
Override: Equals
(Overrides ObjectEquals(Object).)
Public methodStatic memberGetCampaignsForSharedVariable
Gets all campaigns shared for an variable
Public methodStatic memberGetCampaignVariables
Method to return all the variables of a given campaign, sorted by variable id.
Public methodGetHashCode
Override: Gets hashcode based on source
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetSharedVariables
Get Shared Variables in EM. Uses paging style.
Public methodStatic memberImportVariable
Import a Variable from one Campaign to another.
Public methodStatic memberUpdateVariable
Updates an existing variable.
Top
Fields
NameDescription
Public fieldCreated
Date and time that this variable was created.
(Inherited from DMVariable.)
Public fieldDefaultField
(Inherited from DMVariable.)
Public fieldDefaultValue
(Inherited from DMVariable.)
Public fieldEditorType
Editor to be used for this variable.
(Inherited from DMVariable.)
Public fieldForceMap
(Inherited from DMVariable.)
Public fieldHidden
Flag indicating whether this variable is hidden.
(Inherited from DMVariable.)
Public fieldID
ID of the variable.
(Inherited from DMVariable.)
Public fieldLookupCombo
(Inherited from DMVariable.)
Public fieldLookupID
(Inherited from DMVariable.)
Public fieldLookupResult
(Inherited from DMVariable.)
Public fieldModified
Date and time that this variable was modified.
(Inherited from DMVariable.)
Public fieldName
Name of the variable.
(Inherited from DMVariable.)
Public fieldParseName
(Inherited from DMVariable.)
Public fieldReadonly
Flag indicating whether this variable is read-only.
(Inherited from DMVariable.)
Public fieldRequired
Flag indicating that this variable is required.
(Inherited from DMVariable.)
Public fieldRowOrder
(Inherited from DMVariable.)
Public fieldShared
Flag indicating whether this variable is shared between creatives.
(Inherited from DMVariable.)
Public fieldSystem
Flag indicating whether this is a system or user defined variable.
(Inherited from DMVariable.)
Public fieldVariableType
Type of the variable.
(Inherited from DMVariable.)
Top
See Also

Reference

DMVariableCollection