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

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

Parameters

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