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