Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistories Method (String, String)
Returns dataset of all automation history records matching the specified parameters.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<AutomationHistoryInfo> GetAutomationHistories(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetAutomationHistoryInfo
See Also