Add some TODO's to consider removing references to MasterPages & UserControls

This commit is contained in:
Warren Buckley
2018-10-23 10:53:55 +01:00
parent 0e51b45e64
commit 03b363df21

View File

@@ -16,6 +16,7 @@ namespace Umbraco.Core.IO
public static string Install => IOHelper.ReturnPath("umbracoInstallPath", "~/install");
//TODO: Consider removing this
public static string Masterpages => IOHelper.ReturnPath("umbracoMasterPagesPath", "~/masterpages");
//NOTE: this is not configurable and shouldn't need to be
@@ -37,6 +38,7 @@ namespace Umbraco.Core.IO
public static string Umbraco => IOHelper.ReturnPath("umbracoPath", "~/umbraco");
//TODO: Consider removing this
public static string UserControls => IOHelper.ReturnPath("umbracoUsercontrolsPath", "~/usercontrols");
public static string WebServices => IOHelper.ReturnPath("umbracoWebservicesPath", Umbraco.EnsureEndsWith("/") + "webservices");