SubscriberInfoProviderUnsubscribeFromNewsletters Method (Object) |
Unsubscribe subscribers from specified newsletters. Used for asynchronous control.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static void UnsubscribeFromNewsletters(
Object parameter
)
Parameters
- parameter
- Type: SystemObject
Parameters for asynchronous control.
[0] - String representation of subscribers in format 'email;firstName;lastName'.
[1] - List of int with newsletter IDs where should be the subscribers removed from
[2] - Integer with site ID
[3] - Boolean value indicating if confirmation e-mail should be sent
[4] - Asynchronous process Guid
[5] - Hashtable with errors for asynchronous process
See Also