Click or drag to resize
AutomationHistoryInfoProviderDeleteAutomationHistoryInfo Method (Int32)

Note: This API is now obsolete.

Deletes automation history with specified ID.

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(
	int historyId
)

Parameters

historyId
Type: SystemInt32
Automation history ID.
See Also