Click or drag to resize
TreeNodeMoveToPublishedStep Method
Moves the document directly to published workflow step (moves document directly to publish step, skips all following steps).

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

Parameters

comment (Optional)
Type: SystemString
Comment

Return Value

Type: WorkflowStepInfo
See Also