Click or drag to resize
AutomationHistoryInfoProviderDeleteAutomationHistoryInfo Method (Int32)
Deletes automation history with specified ID.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static void DeleteAutomationHistoryInfo(
	int historyId
)

Parameters

historyId
Type: SystemInt32
Automation history ID.
See Also