Click or drag to resize
WorkflowManagerMoveStepInternal Method (TreeNode, WorkflowStepInfo)
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: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo MoveStepInternal(
	TreeNode node,
	WorkflowStepInfo currentStep
)

Parameters

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

Return Value

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