DMDeploymentData Class

Alterian Email Manager 6.2.3 SDK Help File
Contains data which is passed from IMS to EM, directly maps to SEV.DeploymentData, except for the triggered events which maps to SEV.DeploymentEventTriggers
Inheritance Hierarchy
SystemObject
  DMLibraryDMDeploymentData

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

Syntax
public class DMDeploymentData

The DMDeploymentData type exposes the following members.

Constructors
NameDescription
Public methodDMDeploymentData
Initializes a new instance of the DMDeploymentData class
Top
Properties
NameDescription
Public propertyCampaignID
The IMS campaign ID for this deployment
Public propertyCampaignKey
Name of the campaign key from IMS
Public propertyClientId
IMS client id; unique to a specific site
Public propertyDataSourceId
Datasource in IMS from which this campaign was created
Public propertyDMSendAMessageBaseItemID
The internal identifier for this item
Public propertyEventSourceName
Name of the eventsource
Public propertyIsHistorySuppressed
Has history been suppressed by this deployment? If so, we don't want to export stuff
Public propertyIsTestMode
Is this campaign in test mode?
Public propertySiteId
IMS Site Id
Public propertyTacticInstanceId
Id of the tactic instance which created this deployment
Public propertyTriggeredEvents
EM event ids to send in the triggered SEV file.
Top
See Also