Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallationRepository

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    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
    Type Name Description
    IJsonSerializer jsonSerializer

    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
    Type Name Description
    InstallLog installLog
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX