Click or drag to resize
WorkflowActionInfoProviderGetWorkflowActions Method (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
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression

Return Value

Type: InfoDataSetWorkflowActionInfo
See Also