Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInstallService

    Namespace: Umbraco.Cms.Core.Services.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IInstallService

    Methods

    View Source

    InstallAsync(InstallData)

    Runs all the steps in the NewInstallStepCollection, installing Umbraco

    Declaration
    Task<Attempt<InstallationResult, InstallOperationStatus>> InstallAsync(InstallData model)
    Parameters
    Type Name Description
    InstallData model

    InstallData containing the required data used to install

    Returns
    Type Description
    Task<Attempt<InstallationResult, InstallOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • InstallAsync(InstallData)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX