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 SourceCheckUpgrade(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. |