Class RuntimeSettings
Typed configuration options for runtime settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class RuntimeSettings
Properties
View SourceMaxQueryStringLength
Gets or sets a value for the maximum query string length.
Declaration
public int? MaxQueryStringLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MaxRequestLength
Gets or sets a value for the maximum request length in kb.
Declaration
public int? MaxRequestLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Mode
Gets or sets the runtime mode.
Declaration
public RuntimeMode Mode { get; set; }
Property Value
Type | Description |
---|---|
RuntimeMode |
TemporaryFileLifeTime
Gets or sets the timespan temporary files are kept, before they are removed by a background task.
Declaration
public TimeSpan TemporaryFileLifeTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |