Interface IInstallationRepository
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
public interface IInstallationRepository
Methods
View SourceSaveInstallLogAsync(InstallLog)
Declaration
Task SaveInstallLogAsync(InstallLog installLog)
Parameters
Type | Name | Description |
---|---|---|
InstallLog | installLog |
Returns
Type | Description |
---|---|
Task |