Click or drag to resize
SubscriberInfoProviderRenewSubscription Method
Renews subscription.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static void RenewSubscription(
	int subscriberId,
	int newsletterId,
	bool sendConfirmationEmail
)

Parameters

subscriberId
Type: SystemInt32
Subscriber ID
newsletterId
Type: SystemInt32
Newsletter ID
sendConfirmationEmail
Type: SystemBoolean
Indicates if subscription email should be send
See Also