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