Click or drag to resize
SubscriberInfoProviderUnsubscribeAll Method
Unsubscribes subscriber from all subscribed newsletters.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
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