OpenedEmailInfo Constructor (OpenedEmailInfo, Boolean)Kentico 8.0 API Reference
Creates a new OpenedEmailInfo object from the existing OpenedEmailInfo object. Copy constructor.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

openedEmailInfo
Type: CMS.Newsletters OpenedEmailInfo
Original object to copy
keepSourceData
Type: OnlineSystem Boolean
If true, the copy is shallow, otherwise a deep copy is created (all object's data is cloned)
See Also