WorkflowActionInfoProviderGetWorkflowActions Method (String, String, String) |
Note: This API is now obsolete.
Returns dataset of all workflow actions matching the specified parameters.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax [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:
InfoDataSetWorkflowActionInfoData set with actions
See Also