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 SourceInstallData()
Declaration
public InstallData()
Properties
View SourceDatabase
Gets or sets the database installation data.
Declaration
public DatabaseInstallData Database { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseInstallData |
TelemetryLevel
Gets or sets the telemetry consent level.
Declaration
public TelemetryLevel TelemetryLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| TelemetryLevel |
User
Gets or sets the user installation data.
Declaration
public UserInstallData User { get; set; }
Property Value
| Type | Description |
|---|---|
| UserInstallData |