Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInstallationService

    Provides functionality for logging Umbraco installation events and telemetry.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IInstallationService

    Methods

    View Source

    LogInstall(InstallLog)

    Logs an installation event with the provided installation details.

    Declaration
    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