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

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static AutomationHistoryInfo GetAutomationHistoryInfo(
	int historyId
)

Parameters

historyId
Type: SystemInt32
Automation history ID.

Return Value

Type: AutomationHistoryInfo
See Also