Click or drag to resize
WorkflowStepInfoMoveSourcePoint Method
Moves source point from the old to the new index.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public bool MoveSourcePoint(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex
Type: SystemInt32
Old order index of the source point.
newIndex
Type: SystemInt32
New order index of the source point.

Return Value

Type: Boolean
True if the source point has been moved, false otherwise.
See Also