Class NewsletterTemplate
Represents a newsletter template.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterTemplate
Properties
AppUrl
The application URL.
Declaration
public string AppUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Body
The body of the newsletter template.
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
string |
HeaderLinkText
The header link text of the newsletter template.
Declaration
public string HeaderLinkText { get; set; }
Property Value
Type | Description |
---|---|
string |
HeaderLinkUrl
The header link URL of the newsletter template.
Declaration
public string HeaderLinkUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
HitImageUrl
The hit image URL of the newsletter template.
Declaration
public string HitImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
NewsletterUrl
The newsletter URL.
Declaration
public string NewsletterUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateCulture
The culture of the newsletter template.
Declaration
public string TemplateCulture { get; set; }
Property Value
Type | Description |
---|---|
string |