Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    DictionaryExtensions.MergeLeft<RuntimeMode, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<RuntimeMode, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<RuntimeMode>()
    EnumExtensions.HasFlagAny<RuntimeMode>(RuntimeMode)
    ObjectExtensions.AsEnumerableOfOne<RuntimeMode>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<RuntimeMode, TProperty, TVal>(Expression<Func<RuntimeMode, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<RuntimeMode, TProperty>(Expression<Func<RuntimeMode, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX