Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallSettingsModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class InstallSettingsModel

    Properties

    View Source

    DatabaseSettings

    Declaration
    public ICollection<DatabaseSettingsModel> DatabaseSettings { get; set; }
    Property Value
    Type Description
    ICollection<DatabaseSettingsModel>
    View Source

    UserSettings

    Declaration
    public UserSettingsModel UserSettings { get; set; }
    Property Value
    Type Description
    UserSettingsModel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DatabaseSettings
      • UserSettings
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX