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