NewsletterHelperGetPreviewHTML Method |
Gets preview HTML of issue for given subscriber. Might not represent reality, for example Contact groups show an e-mail that will get the
first found contact that belongs to the contact group.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax public static string GetPreviewHTML(
IssueInfo issue,
SubscriberInfo subscriber
)
Parameters
- issue
- Type: CMS.NewslettersIssueInfo
Issue for which the preview will be generated - subscriber
- Type: CMS.NewslettersSubscriberInfo
Subscriber to generate preview for
Return Value
Type:
StringComplete HTML preview of the newsletter issue
See Also