Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistoryInfo Method (String)

Note: This API is now obsolete.

Returns automation history with specified name.

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

Parameters

historyName
Type: SystemString
Automation history name.

Return Value

Type: AutomationHistoryInfo
See Also