WorkflowManagerMoveDocumentInternal 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 protected virtual WorkflowStepInfo MoveDocumentInternal(
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