Unsubscribe subscribers from specified newsletters.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- importString
- Type: System String
String representation of subscribers in format 'email;firstName;lastName'
- newsletterIds
- Type: System.Collections.Generic List Int32
Array list with newsletter IDs where should be the subscribers removed from
- siteId
- Type: System Int32
Site ID
- sendEmail
- Type: System Boolean
Indicates if confirmation e-mail should be sent
- processGuid (Optional)
- Type: System Guid
Asynchronous process Guid
- errors (Optional)
- Type: System.Collections Hashtable
Hashtable with errors for asynchronous process
Return Value
Type: List StringSee Also