jonroberts
01/05/2024, 2:30 PMjambo_1996
01/05/2024, 6:46 PM/// <summary>
/// Gets or sets a value for the Umbraco back-office path.
/// </summary>
public string UmbracoPath
{
get => Constants.System.DefaultUmbracoPath;
[Obsolete($"{nameof(UmbracoPath)} is no longer configurable, this property setter is scheduled for removal in V12.")]
// NOTE: When removing this, also clean up the hardcoded removal of UmbracoPath in Umbraco.JsonSchema
set { }
}
Ambert
01/05/2024, 8:40 PMmoondoan
02/21/2025, 7:41 AM