Click or drag to resize
WorkflowTransformationFunctionsPassedThroughSteps Method
Returns true if document had passed through one/all specified workflow steps.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also