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