Click or drag to resize
ObjectWorkflowTriggerInfo Constructor (DataRow)
Constructor - Creates a new ObjectWorkflowTriggerInfo object from the given DataRow.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public ObjectWorkflowTriggerInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also