AutomationHistoryInfoProviderDeleteAutomationHistoryInfo Method (Int32) |
Deletes automation history with specified ID.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 12.0.0
Syntax public static void DeleteAutomationHistoryInfo(
int historyId
)
Parameters
- historyId
- Type: SystemInt32
Automation history ID.
See Also