Click or drag to resize
AutomationHistoryInfoProviderGetAutomationHistoryInfoInternal Method (Int32)
Returns automation history with specified ID.

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

Parameters

historyId
Type: SystemInt32
Automation history ID.

Return Value

Type: AutomationHistoryInfo
See Also