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 SourceDisableHtmlEmail
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 |
Gets or sets a value for the email address for notifications.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |