Class InstallationService
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public class InstallationService : IInstallationService
Constructors
View SourceInstallationService(IInstallationRepository)
Declaration
public InstallationService(IInstallationRepository installationRepository)
Parameters
| Type | Name | Description |
|---|---|---|
| IInstallationRepository | installationRepository |
Methods
View SourceLogInstall(InstallLog)
Declaration
public async Task LogInstall(InstallLog installLog)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallLog | installLog |
Returns
| Type | Description |
|---|---|
| Task |