Click or drag to resize
TreeNodeMoveToNextStep Method
Moves the document to a next step in the workflow (sends the document to approval, approves or publishes the document based on the current workflow status).

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

Parameters

comment (Optional)
Type: SystemString
Comment

Return Value

Type: WorkflowStepInfo
See Also