Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentNotificationSettings

    Typed configuration options for content notification settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentNotificationSettings

    Properties

    View Source

    DisableHtmlEmail

    Gets or sets a value indicating whether HTML email notifications should be disabled.

    Declaration
    public bool DisableHtmlEmail { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Email

    Gets or sets a value for the email address for notifications.

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisableHtmlEmail
      • Email
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX