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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public EmailWidgetInfo(
	DataRow dr
)

Parameters

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