Click or drag to resize
LinkInfo Constructor (LinkInfo, Boolean)

Note: This API is now obsolete.

Creates a new LinkInfo object from the existing LinkInfo object. Copy constructor.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
public LinkInfo(
	LinkInfo linkInfo,
	bool keepSourceData
)

Parameters

linkInfo
Type: CMS.NewslettersLinkInfo
Original object to copy
keepSourceData
Type: SystemBoolean
If true, the copy is shallow, otherwise a deep copy is created (all object's data is cloned)
See Also