Click or drag to resize
AutomationTemplateInfo Constructor (DataRow)
Creates a new instances of the AutomationTemplateInfo class from the given DataRow.

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

Parameters

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