Class RuntimeSettings
Typed configuration options for runtime settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Runtime")]
public class RuntimeSettings
Properties
View SourceMaxRequestLength
Gets or sets a value for the maximum request length in kb.
Declaration
public long? MaxRequestLength { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
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 |