LinkInfo Constructor (DataRow) |
Creates a new LinkInfo object from the specified DataRow.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public LinkInfo(
DataRow linkInfoRow
)
Parameters
- linkInfoRow
- Type: System.DataDataRow
Raw values from DB table that represent this object
See Also