Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallData

    Represents the data provided during the installation process.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class InstallData

    Constructors

    View Source

    InstallData()

    Declaration
    public InstallData()

    Properties

    View Source

    Database

    Gets or sets the database installation data.

    Declaration
    public DatabaseInstallData Database { get; set; }
    Property Value
    Type Description
    DatabaseInstallData
    View Source

    TelemetryLevel

    Gets or sets the telemetry consent level.

    Declaration
    public TelemetryLevel TelemetryLevel { get; set; }
    Property Value
    Type Description
    TelemetryLevel
    View Source

    User

    Gets or sets the user installation data.

    Declaration
    public UserInstallData User { get; set; }
    Property Value
    Type Description
    UserInstallData
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX