View Source
Class InstallationRepository
Assembly: Umbraco.Core.dll
Syntax
[Obsolete("Installation logging is no longer supported and this class will be removed in Umbraco 19.")]
public class InstallationRepository : IInstallationRepository
Constructors
View Source
InstallationRepository(IJsonSerializer)
Declaration
public InstallationRepository(IJsonSerializer jsonSerializer)
Parameters
Methods
View Source
SaveInstallLogAsync(InstallLog)
Declaration
[Obsolete("This method no longer has any function and will be removed in Umbraco 19.")]
public Task SaveInstallLogAsync(InstallLog installLog)
Parameters
Returns