Click or drag to resize
WorkflowManagerMoveStepInternal Method (TreeNode, WorkflowStepInfo, String)
Moves the specified node to the first step without automatic transition in the workflow and returns the final step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual WorkflowStepInfo MoveStepInternal(
	TreeNode node,
	WorkflowStepInfo currentStep,
	string comment
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the document
comment
Type: SystemString
Action comment

Return Value

Type: WorkflowStepInfo
Remarks
The return step can be different than the original target step.
See Also