Interface IUpgradeService
Namespace: Umbraco.Cms.Core.Services.Installer
Assembly: Umbraco.Core.dll
Syntax
public interface IUpgradeService
Methods
View SourceUpgradeAsync()
Runs all the steps in the Upgrade
Declaration
Task<Attempt<InstallationResult, UpgradeOperationStatus>> UpgradeAsync()
Returns
Type | Description |
---|---|
Task<Attempt<Installation |