Click or drag to resize
WorkflowTransitionInfo Constructor (DataRow)
Constructor - Creates a new WorkflowTransitionInfo object from the given DataRow.

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

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also