Click or drag to resize
IIssueUrlService Interface
Interface for service retrieving URLs for issue content.

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

The IIssueUrlService type exposes the following members.

Methods
  NameDescription
Public methodCreateActivationUrl
Creates activation URL for the newsletter opt-in feature.
Public methodGetActivationBaseUrl
Gets activation base URL for the newsletter opt-in feature.
Public methodGetBaseUrl
Gets the base URL for given newsletter if defined. Otherwise it returns full application URL of newsletter site.
Public methodGetDynamicNewsletterUrl
Gets resolved source URL of dynamic newsletter.
Public methodGetUnsubscriptionBaseUrl
Gets unsubscription base URL for given newsletter.
Public methodGetUnsubscriptionUrl
Gets unsubscription URL for given issue, newsletter, and subscriber.
Public methodGetViewInBrowserBaseUrl
Gets base URL to view email content in a browser.
Public methodGetViewInBrowserUrl
Gets URL to view email content in a browser.
Top
See Also