SubscriberInfoProvider UnsubscribeFromNewsletters Method (Object)Kentico 8.0 API Reference
Unsubscribe subscribers from specified newsletters. Used for asynchronous control.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

parameter
Type: OnlineSystem Object
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