Class ContentNotificationSettings
Typed configuration options for content notification settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentNotificationSettings
Properties
View SourceDisableHtmlEmail
Gets or sets a value indicating whether HTML email notifications should be disabled.
Declaration
public bool DisableHtmlEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Gets or sets a value for the email address for notifications.
Declaration
public string? Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |