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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual WorkflowStepInfo Publish(
string comment = null
)
Parameters
- comment (Optional)
- Type: SystemString
Comment
Return Value
Type:
WorkflowStepInfoTRUE if document is moved to publish step.
See Also