EMCampaignSaveManifest Class

Alterian Email Manager 6.2.3 SDK Help File
Manifest detailing the save operation that gets returned to the client.
Inheritance Hierarchy
SystemObject
  DMLibraryEMCampaignSaveManifest

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

Syntax
public class EMCampaignSaveManifest

The EMCampaignSaveManifest type exposes the following members.

Constructors
NameDescription
Public methodEMCampaignSaveManifest
Default Constructor
Top
Properties
NameDescription
Public propertyCampaignID
The Campaign Id of the Campaign being saved.
Public propertyCampaignSaveID
The Save Context of this save operation.
Public propertyErrorMessage
Error message, if an error is encountered.
Public propertyItems
List of Manifest Items, each representing a single saved item in the transactional Campaign save.
Public propertySaveStatus
Status of the Save.
Top
See Also