Click or drag to resize
WorkflowHistoryInfoProviderGetWorkflowHistoryInfo Method

Note: This API is now obsolete.

Returns the WorkflowHistoryInfo structure for the specified workflow history.

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

Parameters

workflowHistoryId
Type: SystemInt32
History ID.

Return Value

Type: WorkflowHistoryInfo
See Also