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 NewInstallStepCollection, installing Umbraco
Declaration
Task<Attempt<InstallationResult, InstallOperationStatus>> InstallAsync(InstallData model)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallData | model | InstallData containing the required data used to install |
Returns
| Type | Description |
|---|---|
| Task<Attempt<InstallationResult, InstallOperationStatus>> |