Returns true if document had passed through one/all selected workflow actions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- document
- Type: System Object
Document to check
- actions
- Type: System String
Workflow action names separated with a semicolon
- allActions
- Type: System Boolean
If true all actions must have been passed.
Return Value
Type: BooleanSee Also