Interface IInstallService
Namespace: Umbraco.Cms.Core.Services.Installer
Assembly: Umbraco.Core.dll
Syntax
public interface IInstallService
Methods
View SourceInstallAsync(InstallData)
Runs all the steps in the New
Declaration
Task<Attempt<InstallationResult, InstallOperationStatus>> InstallAsync(InstallData model)
Parameters
Type | Name | Description |
---|---|---|
Install |
model | InstallData containing the required data used to install |
Returns
Type | Description |
---|---|
Task<Attempt<Installation |