FlowDocumentsGetFlowSequence Method

Alterian Email Manager 6.2.3 SDK Help File
Get a Flow Sequence.

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

Syntax
public static FlowSequence GetFlowSequence(
	DMToken token,
	int flowID
)

Parameters

token
Type: DMToken
Authentication Token.
flowID
Type: SystemInt32
ID of the Flow.

Return Value

Type: FlowSequence
The Flow Sequence object.
See Also