Returns true if document had passed through one/all specified workflow steps.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- document
- Type:
System Object
Document to check
- steps
- Type:
System String
Workflow step names separated with a semicolon
- allSteps
- Type:
System Boolean
If true all specified steps must have been passed.
Return Value
Type:
See Also