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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Step to which should be specified document moved
comment (Optional)
Type: SystemString
Action comment

Return Value

Type: WorkflowStepInfo
See Also