Click or drag to resize
WorkflowTransformationFunctionsPassedThroughActions Method
Returns true if document had passed through one/all selected workflow actions.

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