WorkflowStepInfoMoveSourcePoint Method |
Moves source point from the old to the new index.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax 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:
BooleanTrue if the source point has been moved, false otherwise.
See Also