Click or drag to resize
WorkflowManagerMoveToSpecificStep Method (TreeNode, WorkflowStepInfo, String, Boolean, WorkflowTransitionTypeEnum)
Moves the specified node to the specified step in the workflow and returns workflow step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowStepInfo MoveToSpecificStep(
	TreeNode node,
	WorkflowStepInfo step,
	string comment,
	bool increasePublishVersionNumber,
	WorkflowTransitionTypeEnum transitionType
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Step to which should be specified document moved
comment
Type: SystemString
Action comment
increasePublishVersionNumber
Type: SystemBoolean
Indicates if the publish version number should be increased
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition

Return Value

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