Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistories Method

Note: This API is now obsolete.

Returns all automation history records.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAutomationHistoryInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AutomationHistoryInfo.Provider.")]
public static ObjectQuery<AutomationHistoryInfo> GetAutomationHistories()

Return Value

Type: ObjectQueryAutomationHistoryInfo
See Also