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