Click or drag to resize
WorkflowHistoryInfoProviderGetWorkflowHistoryInfo Method
Returns the WorkflowHistoryInfo structure for the specified workflow history.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public static WorkflowHistoryInfo GetWorkflowHistoryInfo(
	int workflowHistoryId
)

Parameters

workflowHistoryId
Type: SystemInt32
History ID.

Return Value

Type: WorkflowHistoryInfo
See Also