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

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

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Node to process
comment (Optional)
Type: System.String
Action comment

Return Value

Type: WorkflowStepInfo
See Also