Click or drag to resize
WorkflowGraph.AddConnection Method
Adds single connection based on given indexes from list of Nodes.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
protected void AddConnection(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: System.Int32
Index from nodes
toIndex
Type: System.Int32
Index from nodes
See Also