Click or drag to resize
AutomationHistoryInfoProviderDeleteAutomationHistoryInfo Method (AutomationHistoryInfo)

Note: This API is now obsolete.

Deletes specified automation history.

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

Parameters

historyObj
Type: CMS.AutomationAutomationHistoryInfo
Automation history to be deleted.
See Also