Click or drag to resize
TreeNodeMoveToPreviousStep Method
Moves the document to a previous step in the workflow (rejects the document).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual WorkflowStepInfo MoveToPreviousStep(
	string comment = null
)

Parameters

comment (Optional)
Type: SystemString
Comment

Return Value

Type: WorkflowStepInfo
See Also