WorkflowTransformationFunctionsPassedThroughActions Method |
Returns true if document had passed through one/all selected workflow actions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxpublic static bool PassedThroughActions(
Object document,
string actions,
bool allActions
)
Parameters
- document
- Type: SystemObject
Document to check - actions
- Type: SystemString
Workflow action names separated with a semicolon - allActions
- Type: SystemBoolean
If true all actions must have been passed.
Return Value
Type:
Boolean
See Also