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

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

Parameters

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