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