Returns the collection of workflow transitions with the specified direction.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCProjectWorkflowTransition> WorkflowTransitions(
	WorkflowTransitionDirection direction
)
Visual Basic
Public Function WorkflowTransitions ( _
	direction As WorkflowTransitionDirection _
) As BCReadOnlyCollection(Of BCProjectWorkflowTransition)
Visual C++
public:
BCReadOnlyCollection<BCProjectWorkflowTransition^>^ WorkflowTransitions(
	WorkflowTransitionDirection direction
)

Parameters

direction
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..WorkflowTransitionDirection
The direction of transitions to return.

Return Value

The collection of workflow transitions.

See Also