Click or drag to resize
WorkflowScopeInfoProviderGetWorkflowScopes Method (String)
Returns the Dataset of all workflow steps.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WorkflowScopeInfo> GetWorkflowScopes(
	string where
)

Parameters

where
Type: SystemString
Where condition

Return Value

Type: InfoDataSetWorkflowScopeInfo
See Also