Click or drag to resize
WorkflowManagerMoveDocument Method
Moves the document to the next step until the given condition is satisfied, returns the last step info.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: WorkflowStepInfo
See Also