Class InstallationRepository
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
public class InstallationRepository : IInstallationRepository
  Constructors
View SourceInstallationRepository(IJsonSerializer)
Declaration
public InstallationRepository(IJsonSerializer jsonSerializer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IJsonSerializer | jsonSerializer | 
Methods
View SourceSaveInstallLogAsync(InstallLog)
Declaration
public async Task SaveInstallLogAsync(InstallLog installLog)
  Parameters
| Type | Name | Description | 
|---|---|---|
| InstallLog | installLog | 
Returns
| Type | Description | 
|---|---|
| Task |