Creates a new LinkInfo object from the existing LinkInfo object.
            Copy constructor.
            
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- linkInfo
 - Type: CMS.Newsletters LinkInfo
Original object to copy 
- keepSourceData
 - Type: 
System Boolean
If true, the copy is shallow, otherwise a deep copy is created (all object's data is cloned) 
See Also