Click or drag to resize
WorkflowManagerMoveToPreviousStep 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: 8.2.23
Syntax
C#
public WorkflowStepInfo MoveToPreviousStep(
	TreeNode node,
	string comment = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
comment (Optional)
Type: SystemString
Action comment

Return Value

Type: WorkflowStepInfo
See Also