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

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<WorkflowStepInfo> GetWorkflowStepsInternal()

Return Value

Type: ObjectQueryWorkflowStepInfo
See Also