Class Constants.AppSettings
Specific web.config AppSetting keys for Umbraco.Core application
Inheritance
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class AppSettings
Fields
View SourceAllowContentDashboardAccessToAllUsers
A true/false value indicating whether the content dashboard should be visible for all user groups.
Declaration
public const string AllowContentDashboardAccessToAllUsers = "Umbraco.Core.AllowContentDashboardAccessToAllUsers"
Field Value
Type | Description |
---|---|
System.String |
AssembliesAcceptingLoadExceptions
TODO: FILL ME IN
Declaration
public const string AssembliesAcceptingLoadExceptions = "Umbraco.Core.AssembliesAcceptingLoadExceptions"
Field Value
Type | Description |
---|---|
System.String |
ConfigurationStatus
Declaration
public const string ConfigurationStatus = "Umbraco.Core.ConfigurationStatus"
Field Value
Type | Description |
---|---|
System.String |
ContentDashboardPath
The path to use when constructing the URL for retrieving data for the content dashboard.
Declaration
public const string ContentDashboardPath = "Umbraco.Core.ContentDashboardPath"
Field Value
Type | Description |
---|---|
System.String |
ContentDashboardUrlAllowlist
A list of allowed addresses to fetch content for the content dashboard.
Declaration
public const string ContentDashboardUrlAllowlist = "Umbraco.Core.ContentDashboardUrl-Allowlist"
Field Value
Type | Description |
---|---|
System.String |
ContentXML
Declaration
[Obsolete("We need to kill this appsetting as we do not use XML content cache umbraco.config anymore due to NuCache")]
public const string ContentXML = "Umbraco.Core.ContentXML"
Field Value
Type | Description |
---|---|
System.String |
CssPath
Gets the path to the css directory (/css by default).
Declaration
public const string CssPath = "umbracoCssPath"
Field Value
Type | Description |
---|---|
System.String |
DefaultUILanguage
The default UI language of the backoffice such as 'en-US'
Declaration
public const string DefaultUILanguage = "Umbraco.Core.DefaultUILanguage"
Field Value
Type | Description |
---|---|
System.String |
DisableElectionForSingleServer
TODO: FILL ME IN
Declaration
public const string DisableElectionForSingleServer = "Umbraco.Core.DisableElectionForSingleServer"
Field Value
Type | Description |
---|---|
System.String |
HelpPageUrlAllowList
A list of allowed addresses to fetch content for the help page.
Declaration
public const string HelpPageUrlAllowList = "Umbraco.Core.HelpPage-Allowlist"
Field Value
Type | Description |
---|---|
System.String |
HideTopLevelNodeFromPath
A true/false value indicating whether umbraco should hide top level nodes from generated URLs.
Declaration
public const string HideTopLevelNodeFromPath = "Umbraco.Core.HideTopLevelNodeFromPath"
Field Value
Type | Description |
---|---|
System.String |
IconsPath
Gets the path to umbraco's icons directory (/umbraco/assets/icons by default).
Declaration
public const string IconsPath = "Umbraco.Icons.Path"
Field Value
Type | Description |
---|---|
System.String |
LocalTempStorage
This is the location type to store temporary files such as cache files or other localized files for a given machine
Declaration
public const string LocalTempStorage = "Umbraco.Core.LocalTempStorage"
Field Value
Type | Description |
---|---|
System.String |
Remarks
Currently used for the xml cache file and the plugin cache files
MainDomLock
Declaration
public const string MainDomLock = "Umbraco.Core.MainDom.Lock"
Field Value
Type | Description |
---|---|
System.String |
MediaPath
Gets the path to media directory (/media by default).
Declaration
public const string MediaPath = "umbracoMediaPath"
Field Value
Type | Description |
---|---|
System.String |
Path
Gets the path to umbraco's root directory (/umbraco by default).
Declaration
public const string Path = "Umbraco.Core.Path"
Field Value
Type | Description |
---|---|
System.String |
PublishedMediaCacheSeconds
This is used for a unit test in PublishedMediaCache
Declaration
public const string PublishedMediaCacheSeconds = "Umbraco.Core.PublishedMediaCacheSeconds"
Field Value
Type | Description |
---|---|
System.String |
RegisterType
TODO: FILL ME IN
Declaration
public const string RegisterType = "Umbraco.Core.RegisterType"
Field Value
Type | Description |
---|---|
System.String |
ReservedPaths
The reserved paths from web.config
Declaration
public const string ReservedPaths = "Umbraco.Core.ReservedPaths"
Field Value
Type | Description |
---|---|
System.String |
ReservedUrls
The reserved URLs from web.config.
Declaration
public const string ReservedUrls = "Umbraco.Core.ReservedUrls"
Field Value
Type | Description |
---|---|
System.String |
SanitizeTinyMce
Returns true if TinyMCE scripting sanitization should be applied
Declaration
public const string SanitizeTinyMce = "Umbraco.Web.SanitizeTinyMce"
Field Value
Type | Description |
---|---|
System.String |
ScriptsPath
Gets the path to the scripts directory (/scripts by default).
Declaration
public const string ScriptsPath = "umbracoScriptsPath"
Field Value
Type | Description |
---|---|
System.String |
SqlWriteLockTimeOut
An int value representing the time in milliseconds to lock the database for a write operation
Declaration
public const string SqlWriteLockTimeOut = "Umbraco.Core.SqlWriteLockTimeOut"
Field Value
Type | Description |
---|---|
System.String |
TimeOutInMinutes
Set the timeout for the Umbraco backoffice in minutes
Declaration
public const string TimeOutInMinutes = "Umbraco.Core.TimeOutInMinutes"
Field Value
Type | Description |
---|---|
System.String |
UseHttps
A true or false indicating whether umbraco should force a secure (https) connection to the backoffice.
Declaration
public const string UseHttps = "Umbraco.Core.UseHttps"
Field Value
Type | Description |
---|---|
System.String |
VersionCheckPeriod
The number of days to check for a new version of Umbraco
Declaration
public const string VersionCheckPeriod = "Umbraco.Core.VersionCheckPeriod"
Field Value
Type | Description |
---|---|
System.String |
Remarks
Default is set to 7. Setting this to 0 will never check This is used to help track statistics