Click or drag to resize
EmailTemplateInfo Constructor (DataRow)
Constructor, initializes the object fromt the DataRow.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public EmailTemplateInfo(
	DataRow dr
)

Parameters

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