WorkflowManagerMoveToPreviousStep Method |
Moves the specified node to the previous step in the workflow and returns the step.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public WorkflowStepInfo MoveToPreviousStep(
TreeNode node,
string comment = null
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node to process - comment (Optional)
- Type: SystemString
Action comment
Return Value
Type:
WorkflowStepInfoSee Also