| WorkflowMethodsPassedThroughSteps Method | 
            Returns true if document passed through one/all of the selected workflow steps in history.
            
 
Namespace: CMS.WorkflowEngine.Web.UIAssembly: CMS.WorkflowEngine.Web.UI (in CMS.WorkflowEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static Object PassedThroughSteps(
	params Object[] parameters
)
Parameters
- parameters
- Type: SystemObject
 Document to be checked;
            Workflow step names separated with a semicolon;
            Indicator whether all of the selected steps should be required.
Return Value
Type: 
Object See Also
See Also