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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual WorkflowStepInfo MoveToFirstStep(
string comment = null
)
Parameters
- comment (Optional)
- Type: SystemString
Comment
Return Value
Type:
WorkflowStepInfoSee Also