Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallationService

    Service for logging installation information.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class InstallationService : IInstallationService

    Constructors

    View Source

    InstallationService(IInstallationRepository)

    Initializes a new instance of the InstallationService class.

    Declaration
    public InstallationService(IInstallationRepository installationRepository)
    Parameters
    Type Name Description
    IInstallationRepository installationRepository

    The installation repository.

    Methods

    View Source

    LogInstall(InstallLog)

    Logs an installation event with the provided installation details.

    Declaration
    public Task LogInstall(InstallLog installLog)
    Parameters
    Type Name Description
    InstallLog installLog

    The installation log containing details about the installation.

    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