Click or drag to resize
AutomationHistoryInfoProviderSetAutomationHistoryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified automation history.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAutomationHistoryInfoProvider.Set(AutomationHistoryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AutomationHistoryInfo.Provider.")]
public static void SetAutomationHistoryInfo(
	AutomationHistoryInfo historyObj
)

Parameters

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