Click or drag to resize
WorkflowInfoProvider.GetWorkflowsInternal Method (String, String, Int32, String)
Gets all workflows.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual InfoDataSet<WorkflowInfo> GetWorkflowsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Number of records to return
columns
Type: System.String
Columns to select, null or empty returns all columns

Return Value

Type: InfoDataSet<WorkflowInfo>
See Also