Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpgradeService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class UpgradeService : IUpgradeService

    Constructors

    View Source

    UpgradeService(UpgradeStepCollection, IRuntimeState, ILogger<UpgradeService>)

    Declaration
    public UpgradeService(UpgradeStepCollection upgradeSteps, IRuntimeState runtimeState, ILogger<UpgradeService> logger)
    Parameters
    Type Name Description
    UpgradeStepCollection upgradeSteps
    IRuntimeState runtimeState
    ILogger<UpgradeService> logger

    Methods

    View Source

    UpgradeAsync()

    Runs all the steps in the UpgradeStepCollection, upgrading Umbraco.

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