Click or drag to resize
ISubscriberUserProvider Interface
Provides method for linking the subscriber with the related user.

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

The ISubscriberUserProvider type exposes the following members.

Methods
  NameDescription
Public methodUpdateSubscriberForUser
Updates given subscriber with personal data provided in the user and connect the subscriber to the user. Subscriber is assigned to the site ID given in siteID.
Top
See Also