WorkflowTransformationFunctionsPassedThroughSteps Method |
Returns true if document had passed through one/all specified workflow steps.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static bool PassedThroughSteps(
Object document,
string steps,
bool allSteps
)
Parameters
- document
- Type: SystemObject
Document to check - steps
- Type: SystemString
Workflow step names separated with a semicolon - allSteps
- Type: SystemBoolean
If true all specified steps must have been passed.
Return Value
Type:
BooleanSee Also