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