SubscriberInfoProviderUnsubscribeAll Method |
Unsubscribes subscriber from all subscribed newsletters.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static void UnsubscribeAll(
int subscriberId,
bool sendConfirmationEmail
)
Parameters
- subscriberId
- Type: SystemInt32
Subscriber ID - sendConfirmationEmail
- Type: SystemBoolean
Indicates whether confirmation email is sent
See Also