Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUpgradeService

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

    Methods

    View Source

    UpgradeAsync()

    Runs all the steps in the UpgradeStepCollection, upgrading Umbraco.

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