Click or drag to resize
WorkflowStepInfoProviderGetWorkflowSteps Method
Returns the query for all workflow steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<WorkflowStepInfo> GetWorkflowSteps()

Return Value

Type: ObjectQueryWorkflowStepInfo
See Also