Click or drag to resize
WorkflowMethodsPassedThroughActions Method
Returns true if document passed through one/all of the selected workflow actions in history.

Namespace: CMS.WorkflowEngine.Web.UI
Assembly: CMS.WorkflowEngine.Web.UI (in CMS.WorkflowEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Object PassedThroughActions(
	params Object[] parameters
)

Parameters

parameters
Type: SystemObject
Document to be checked; Workflow action names separated with a semicolon; Indicator whether all of the selected action should be required.

Return Value

Type: Object
See Also