Click or drag to resize
ISubscriptionApprovalService Interface
Approves subscription by provided hash.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public interface ISubscriptionApprovalService

The ISubscriptionApprovalService type exposes the following members.

Methods
  NameDescription
Public methodApproveSubscription
Approves existing subscription - sets SubscriptionApproved to true and SubscriptionApprovedWhen to current time. Checks if subscription wasn't already approved. Confirmation e-mail may be sent optionally.
Top
See Also