Click or drag to resize
SubscriberInfo Constructor (SubscriberInfo, Boolean)
Creates a new Subscriber object from the existing Subscriber object. Copy constructor.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
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