FlowDocuments Class

Alterian Email Manager 6.2.3 SDK Help File
A service class for methods that interact with Flows.
Inheritance Hierarchy
SystemObject
  DMLibrary.FlowFlowDocuments

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

Syntax
public class FlowDocuments

The FlowDocuments type exposes the following members.

Constructors
NameDescription
Public methodFlowDocuments
Initializes a new instance of the FlowDocuments class
Top
Methods
NameDescription
Public methodStatic memberGetFlowSequence
Get a Flow Sequence.
Public methodStatic memberQueueCampaignFlowCreation
Queues the creation of a Flow to be run during the commit phase of a transactional Campaign save.
Public methodStatic memberQueueCampaignFlowDeletion
Queue the deletion of a Flow to be run during the commit phase of a transactional Campaign save.
Public methodStatic memberQueueCampaignFlowMetadataUpdate
Queue the update of a Flow's metadata to be run during the commit phase of a transactional Campaign save.
Top
See Also