Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopes 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: SystemString
Where condition

Return Value

Type: InfoDataSetWorkflowScopeInfo
See Also