WorkflowTransformationFunctionsPassedThroughActions Method |
Returns true if document had passed through one/all selected workflow actions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public 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:
BooleanSee Also