Click or drag to resize
WorkflowActionInfoProviderGetWorkflowActions Method (String, String, String)
Returns dataset of all workflow actions matching the specified parameters.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WorkflowActionInfo> GetWorkflowActions(
	string where,
	string orderBy,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression
columns
Type: SystemString
Columns to be selected

Return Value

Type: InfoDataSetWorkflowActionInfo
Data set with actions
See Also