We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfacf4e commit 2ff2ae3Copy full SHA for 2ff2ae3
src/Umbraco.Core/Constants-SystemDirectories.cs
@@ -45,10 +45,12 @@ public static class SystemDirectories
45
46
public const string AppPlugins = "/App_Plugins";
47
48
+
49
[Obsolete("Use PluginIcons instead")]
- public const string AppPluginIcons = "/Backoffice/Icons";
50
+ public static string AppPluginIcons => "/Backoffice/Icons";
51
52
public const string PluginIcons = "/backoffice/icons";
-
53
54
public const string CreatedPackages = "/created-packages";
55
56
0 commit comments