Search Results for

    Show / Hide Table of Contents
    View Source

    Class EssentialDirectoryCreator

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Runtime
    Assembly: Umbraco.Core.dll
    Syntax
    public class EssentialDirectoryCreator : INotificationHandler<UmbracoApplicationStartingNotification>, INotificationHandler

    Constructors

    View Source

    EssentialDirectoryCreator(IIOHelper, IHostingEnvironment, IOptions<GlobalSettings>)

    Declaration
    public EssentialDirectoryCreator(IIOHelper ioHelper, IHostingEnvironment hostingEnvironment, IOptions<GlobalSettings> globalSettings)
    Parameters
    Type Name Description
    IIOHelper ioHelper
    IHostingEnvironment hostingEnvironment
    IOptions<GlobalSettings> globalSettings

    Methods

    View Source

    Handle(UmbracoApplicationStartingNotification)

    Handles a notification.

    Declaration
    public void Handle(UmbracoApplicationStartingNotification notification)
    Parameters
    Type Name Description
    UmbracoApplicationStartingNotification notification

    The notification.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX