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