WorkflowManagerMoveDocument Method |
Moves the document to the next step until the given condition is satisfied, returns the last step info.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public WorkflowStepInfo MoveDocument(
TreeNode node,
string comment,
Func<WorkflowStepInfo, bool> condition
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document to move - comment
- Type: SystemString
Version comment - condition
- Type: SystemFuncWorkflowStepInfo, Boolean
Condition to evaluate
Return Value
Type:
WorkflowStepInfoSee Also