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

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

Parameters

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