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