Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUpgradeService

    Provides functionality for checking available Umbraco upgrades.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("Upgrade checks are no longer supported. Scheduled for removal in Umbraco 19.")]
    public interface IUpgradeService

    Methods

    View Source

    CheckUpgrade(SemVersion)

    Checks if an upgrade is available for the specified version.

    Declaration
    [Obsolete("This method no longer has any function. Scheduled for removal in Umbraco 19.")]
    Task<UpgradeResult> CheckUpgrade(SemVersion version)
    Parameters
    Type Name Description
    SemVersion version

    The current semantic version to check for upgrades.

    Returns
    Type Description
    Task<UpgradeResult>

    The result of the upgrade check.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX