WorkflowScopeInfo Constructor (DataRow) |
Constructor - Creates the WorkflowScopeInfo object from the given DataRow data.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax public WorkflowScopeInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Datarow with the workflow scope info data
See Also