Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUpgradeStep

    Defines a step that's required to upgrade Umbraco.

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

    Methods

    View Source

    ExecuteAsync()

    Executes the upgrade step.

    Declaration
    Task<Attempt<InstallationResult>> ExecuteAsync()
    Returns
    Type Description
    Task<Attempt<InstallationResult>>
    View Source

    RequiresExecutionAsync()

    Determines if the step is required to execute.

    Declaration
    Task<bool> RequiresExecutionAsync()
    Returns
    Type Description
    Task<System.Boolean>

    True if the step should execute, otherwise false.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ExecuteAsync()
      • RequiresExecutionAsync()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX