Import subscribers.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- importString
- Type: System String
String representation of imported subscribers
- newsletterIds
- Type: System.Collections.Generic List Int32
Array list with newsletters' IDs where should be the subscribers added
- siteId
- Type: System Int32
Site ID
- overwriteExisting
- Type: System Boolean
If true, subscribers with the same email are overwritten
- sendEmail
- Type: System Boolean
Send confirmation email
- doNotSubscribeExisting
- Type: System Boolean
Indicates if existing users should not be subscribed
- requireOptIn
- Type: System Boolean
Indicates double opt-in is requested
Return Value
Type: List StringSee Also