Click or drag to resize
WorkflowActionInfoProviderGetWorkflowActions Method (String, String, String)

Note: This API is now obsolete.

Returns dataset of all workflow actions matching the specified parameters.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetWorkflowActions() instead.")]
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