Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
61cbb84dd300b26f1876b23b10588cc4d82017ad
Umbraco-CMS/src/Umbraco.Core/Configuration/Models/ContentNotificationSettings.cs

10 lines
211 B
C#
Raw Normal View History

Moved configuration setting POCOs into Umbraco.Core and adjusted references. Amended injection of some settings to use IOptionsSnapshot.
2020-08-20 22:18:50 +01:00
namespace Umbraco.Core.Configuration.Models
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
{
public class ContentNotificationSettings
{
Aligned property names in code with those in configuration.
2020-08-25 10:45:54 +02:00
public string Email { get; set; }
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
public bool DisableHtmlEmail { get; set; } = false;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 601ms Template: 44ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API