Search Results for

    Show / Hide Table of Contents
    View Source

    Class EssentialDirectoryCreator

    Inheritance
    System.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)

    Declaration
    public void Handle(UmbracoApplicationStartingNotification notification)
    Parameters
    Type Name Description
    UmbracoApplicationStartingNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EssentialDirectoryCreator(IIOHelper, IHostingEnvironment, IOptions<GlobalSettings>)
    • Methods
      • Handle(UmbracoApplicationStartingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX