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

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

Parameters

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