Class UmbracoApplicationComponentsInstallingNotification
Notification that occurs during the Umbraco boot process, before instances of
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UmbracoApplicationComponentsInstallingNotification : INotification
Constructors
View SourceUmbracoApplicationComponentsInstallingNotification(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 SourceRuntimeLevel
Gets the runtime level of execution.
Declaration
public RuntimeLevel RuntimeLevel { get; }
Property Value
Type | Description |
---|---|
RuntimeLevel |