Click or drag to resize
AutomationHistoryInfoProviderDeleteAutomationHistoryInfoInternal Method
Deletes specified automation history.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteAutomationHistoryInfoInternal(
	AutomationHistoryInfo historyObj
)

Parameters

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