Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    SaveInstallLogAsync(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX