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