DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterTemplate

    Represents a newsletter template.

    Inheritance
    object
    NewsletterTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX