Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplicationComponentsInstallingNotification

    Notification that occurs during the Umbraco boot process, before instances of initialize.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoApplicationComponentsInstallingNotification : INotification

    Constructors

    View Source

    UmbracoApplicationComponentsInstallingNotification(RuntimeLevel)

    Initializes a new instance of the UmbracoApplicationComponentsInstallingNotification class.

    Declaration
    public UmbracoApplicationComponentsInstallingNotification(RuntimeLevel runtimeLevel)
    Parameters
    Type Name Description
    RuntimeLevel runtimeLevel

    The runtime level

    Properties

    View Source

    RuntimeLevel

    Gets the runtime level of execution.

    Declaration
    public RuntimeLevel RuntimeLevel { get; }
    Property Value
    Type Description
    RuntimeLevel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoApplicationComponentsInstallingNotification(RuntimeLevel)
    • Properties
      • RuntimeLevel
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX