Interface IInstallationRepository
Represents a repository for installation logging.
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
[Obsolete("Installation logging is no longer supported. Scheduled for removal in Umbraco 19.")]
public interface IInstallationRepository
Methods
View SourceSaveInstallLogAsync(InstallLog)
Saves an installation log entry.
Declaration
[Obsolete("This method no longer has any function. Scheduled for removal in Umbraco 19.")]
Task SaveInstallLogAsync(InstallLog installLog)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallLog | installLog | The installation log to save. |
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous operation. |