Click or drag to resize
WorkflowStepInfoProviderGetWorkflowSteps Method (String, String, Int32, String)

Note: This API is now obsolete.

Returns the DataSet of all the workflow steps with where condition and order by clause applied.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete, use method GetWorkflowSteps() without parameters.")]
public static InfoDataSet<WorkflowStepInfo> GetWorkflowSteps(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition
orderBy (Optional)
Type: SystemString
Order by clause
topN (Optional)
Type: SystemInt32
Top N records
columns (Optional)
Type: SystemString
Columns to get

Return Value

Type: InfoDataSetWorkflowStepInfo
See Also