| WorkflowGraphAddConnection Method | 
            Adds single connection based on given indexes from list of Nodes.
            
 
Namespace: CMS.WorkflowEngine.GraphConfigAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected void AddConnection(
	int fromIndex,
	int toIndex
)
Parameters
- fromIndex
- Type: SystemInt32
 Index from nodes
- toIndex
- Type: SystemInt32
 Index from nodes
 See Also
See Also