Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallationRepository

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    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
    public async Task SaveInstallLogAsync(InstallLog installLog)
    Parameters
    Type Name Description
    InstallLog installLog
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallationRepository(IJsonSerializer)
    • Methods
      • SaveInstallLogAsync(InstallLog)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX