WorkflowMethodsPassedThroughActions Method |
Returns true if document passed through one/all of the selected workflow actions in history.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static Object PassedThroughActions(
params Object[] parameters
)
Parameters
- parameters
- Type: SystemObject
Document to be checked;
Workflow action names separated with a semicolon;
Indicator whether all of the selected action should be required.
Return Value
Type:
ObjectSee Also