WorkflowManager MoveDocumentInternal Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Document to move
comment
Type: OnlineSystem String
Version comment
condition
Type: OnlineSystem Func WorkflowStepInfo, OnlineBoolean 
Condition to evaluate

Return Value

Type: WorkflowStepInfo
See Also