Click or drag to resize
BCWorkflowStateWorkflowTransitions Method (WorkflowTransitionDirection)
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: 4.0.0.0 (4.0.19.0)
Syntax
public BCReadOnlyCollection<BCWorkflowTransition> WorkflowTransitions(
	WorkflowTransitionDirection direction
)

Parameters

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

Return Value

Type: BCReadOnlyCollectionBCWorkflowTransition
The collection of workflow transitions.
See Also