Click or drag to resize
WorkflowHistoryInfo Constructor (DataRow)
Constructor - Creates the WorkflowInfo object from the given DataRow data.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowHistoryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Datarow with the workflow info data
See Also