Click or drag to resize
WorkflowStepInfoProviderGetWorkflowSteps Method

Note: This API is now obsolete.

Returns the query for all workflow steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowStepInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowStepInfo.Provider.")]
public static ObjectQuery<WorkflowStepInfo> GetWorkflowSteps()

Return Value

Type: ObjectQueryWorkflowStepInfo
See Also