Click or drag to resize
WorkflowManager.MoveToPreviousSpecificStep Method
Moves the specified node to the specified previous step in the workflow and returns the step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public WorkflowStepInfo MoveToPreviousSpecificStep(
	TreeNode node,
	WorkflowStepInfo step,
	string comment = null
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Node to process
step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Step to which should be specified document moved
comment (Optional)
Type: System.String
Action comment

Return Value

Type: WorkflowStepInfo
See Also