C# 클래스 NewsletterStudioContrib.SubscriptionProviders.DownloadSubscriptionProvider

This class demonstrates a simple approach do implement a custom subscription provider that downloads the list of emails from an external web-page. Probably not a real world scenario so think of this class more as a demonstration of what can be done.
상속: SubscriptionProviderBase
파일 보기 프로젝트 열기: enkelmedia/NewsletterStudioContrib

공개 메소드들

메소드 설명
GetEditUrl ( string subscriptionId, string email ) : string
GetListItems ( ) : IEnumerable
GetSubscribersForSendOut ( string listItemValue, SendOutParams parameters ) : List
Unsubscribe ( string email ) : bool
Unsubscribe ( string email, string subscriptionId ) : bool

메소드 상세

GetEditUrl() 공개 메소드

public GetEditUrl ( string subscriptionId, string email ) : string
subscriptionId string
email string
리턴 string

GetListItems() 공개 메소드

public GetListItems ( ) : IEnumerable
리턴 IEnumerable

GetSubscribersForSendOut() 공개 메소드

public GetSubscribersForSendOut ( string listItemValue, SendOutParams parameters ) : List
listItemValue string
parameters SendOutParams
리턴 List

Unsubscribe() 공개 메소드

public Unsubscribe ( string email ) : bool
email string
리턴 bool

Unsubscribe() 공개 메소드

public Unsubscribe ( string email, string subscriptionId ) : bool
email string
subscriptionId string
리턴 bool