| 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
Syntaxpublic LinkInfo(
	DataRow linkInfoRow
)
Parameters
- linkInfoRow
 - Type: System.DataDataRow
Raw values from DB table that represent this object 
See Also