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