Click or drag to resize
WorkflowStepInfoProviderMoveStepDownInternal Method
Moves step down (increases its order).

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void MoveStepDownInternal(
	WorkflowStepInfo stepInfo
)

Parameters

stepInfo
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step data object
See Also