• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents

    Enum RuntimeLevel

    Describes the levels in which the runtime can run.

    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public enum RuntimeLevel

    Fields

    Name Description
    Boot

    The runtime is booting.

    BootFailed

    The runtime has failed to boot and cannot run.

    Install

    The runtime has detected that Umbraco is not installed at all, ie there is no database, and is currently installing Umbraco.

    Run

    The runtime has detected an up-to-date Umbraco install and is running.

    Unknown

    The level is unknown.

    Upgrade

    The runtime has detected an Umbraco install which needed to be upgraded, and is currently upgrading Umbraco.

    Extension Methods

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