WorkflowStepInfoProvider ConnectStepsInternal Method Kentico 8.0 API Reference
Connects two steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

startStep
Type: CMS.WorkflowEngine WorkflowStepInfo
Start step
sourcePoint
Type: OnlineSystem Guid
Start source point for branching steps. Use Guid.Empty if there is no branching and standard source point should be used.
endStep
Type: CMS.WorkflowEngine WorkflowStepInfo
End step

Return Value

Type: WorkflowTransitionInfo
See Also