Click or drag to resize
TreeNodeMoveToFirstStep Method
Moves the document to first step in the workflow (removes the workflow information if document is not under a workflow anymore).

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

Parameters

comment (Optional)
Type: SystemString
Comment

Return Value

Type: WorkflowStepInfo
See Also