OpenedEmailInfo Constructor (OpenedEmailInfo, Boolean) |
Creates a new OpenedEmailInfo object from the existing OpenedEmailInfo object.
Copy constructor.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public OpenedEmailInfo(
OpenedEmailInfo openedEmailInfo,
bool keepSourceData
)
Parameters
- openedEmailInfo
- Type: CMS.NewslettersOpenedEmailInfo
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