Click or drag to resize
AutomationHistoryInfoProviderSetAutomationHistoryInfo Method
Sets (updates or inserts) specified automation history.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static void SetAutomationHistoryInfo(
	AutomationHistoryInfo historyObj
)

Parameters

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