Click or drag to resize
IContactProvider Interface
Provides methods for retrieving and preparing ContactInfo objects so it can be subscribed to the newsletter.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public interface IContactProvider
Methods
  NameDescription
Public methodGetContactForSubscribing(UserInfo)
Gets contact associated with user. When contact doesn't exist, contact is created and inserted to database
Public methodGetContactForSubscribing(String, String, String)
Gets contact associated with email. When contact doesn't exist, contact is created and inserted to database.
Top
See Also