Interface IInstallationRepository
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
[Obsolete("Installation logging is no longer supported and this interface will be removed in Umbraco 19.")]
public interface IInstallationRepository
Methods
View SourceSaveInstallLogAsync(InstallLog)
Declaration
[Obsolete("This method no longer has any function and will be removed in Umbraco 19.")]
Task SaveInstallLogAsync(InstallLog installLog)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallLog | installLog |
Returns
| Type | Description |
|---|---|
| Task |