Click or drag to resize
SubscriberLinkInfo Constructor (DataRow)
Creates a new SubscriberLinkInfo object from the specified DataRow.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public SubscriberLinkInfo(
	DataRow SubscriberLinkInfoRow
)

Parameters

SubscriberLinkInfoRow
Type: System.DataDataRow
Raw values from DB table that represent this object
See Also