Click or drag to resize
WorkflowScopeInfoProvider.GetWorkflowScopes Method (String)

Note: This API is now obsolete.

Returns the Dataset of all workflow steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetWorkflowScopes() instead")]
public static InfoDataSet<WorkflowScopeInfo> GetWorkflowScopes(
	string where
)

Parameters

where
Type: System.String
Where condition

Return Value

Type: InfoDataSet<WorkflowScopeInfo>
See Also