FlowMetadataSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
A campaign save item that will update the metadata of a Flow.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class FlowMetadataSaveItem : EMCampaignSaveItem

The FlowMetadataSaveItem type exposes the following members.

Constructors
NameDescription
Public methodFlowMetadataSaveItem
Initializes a new instance of the FlowMetadataSaveItem class
Top
Properties
NameDescription
Public propertyCampaignID
The Campaign Id of the Campaign being saved.
(Inherited from EMCampaignSaveItem.)
Public propertyDescription
Description of the Flow.
Public propertyFlowID
ID of the Flow.
Public propertyManifestItem
Summary Status and results.
(Inherited from EMCampaignSaveItem.)
Public propertyName
Name of the Flow.
Public propertyType
The Type of Item being saved.
(Inherited from EMCampaignSaveItem.)
Top
Methods
NameDescription
Public methodSave
Save the Flow metadata.
(Overrides EMCampaignSaveItemSave(DMToken, SqlConnection, SqlTransaction).)
Public methodSaveAndAddToManifest
Execute the Save process for the Campaign Save item type and logging progress in the manifest.
(Inherited from EMCampaignSaveItem.)
Top
See Also