Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistoryInfoInternal Method (String)
Returns automation history with specified name.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual AutomationHistoryInfo GetAutomationHistoryInfoInternal(
	string historyName
)

Parameters

historyName
Type: SystemString
Automation history name.

Return Value

Type: AutomationHistoryInfo
See Also