Enum RuntimeMode
Represents the configured Umbraco runtime mode.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public enum RuntimeMode
Fields
Name | Description |
---|---|
BackofficeDevelopment | The backoffice development mode ensures the runtime is configured for rapidly applying changes within the backoffice. |
Development | The development mode ensures the runtime is configured for rapidly applying changes. |
Production | The production mode ensures optimal performance settings are configured and denies any changes that would require recompilations. |