Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistoryInfo Method (Int32)

Note: This API is now obsolete.

Returns automation history with specified ID.

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

Parameters

historyId
Type: SystemInt32
Automation history ID.

Return Value

Type: AutomationHistoryInfo
See Also