Click or drag to resize
AutomationTransformationFunctionsPassedThroughActions Method
Returns true if process had passed through one/all selected automation actions.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static bool PassedThroughActions(
	Object state,
	string actions,
	bool allActions
)

Parameters

state
Type: SystemObject
Process instance to check
actions
Type: SystemString
Automation action names separated with a semicolon
allActions
Type: SystemBoolean
If true all actions must have been passed.

Return Value

Type: Boolean
See Also