diff --git a/src/Umbraco.Core/Constants-SystemDirectories.cs b/src/Umbraco.Core/Constants-SystemDirectories.cs index e0978c58d6..80b49781ec 100644 --- a/src/Umbraco.Core/Constants-SystemDirectories.cs +++ b/src/Umbraco.Core/Constants-SystemDirectories.cs @@ -21,12 +21,17 @@ namespace Umbraco.Cms.Core public const string Umbraco = "~/umbraco"; /// - /// The Umbraco data folder in the content root + /// The Umbraco data folder in the content root. /// public const string Data = Umbraco + "/Data"; /// - /// The Umbraco temp data folder in the content root + /// The Umbraco licenses folder in the content root. + /// + public const string Licenses = Umbraco + "/Licenses"; + + /// + /// The Umbraco temp data folder in the content root. /// public const string TempData = Data + "/TEMP";