Click or drag to resize
TreeNodePublish Method
Publishes the document (moves document to publish step through all following steps). If there is not only one path to published step, document stays in the last step it reached.

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

Parameters

comment (Optional)
Type: SystemString
Comment

Return Value

Type: WorkflowStepInfo
TRUE if document is moved to publish step.
See Also