Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseInstallRequestModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Installer
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DatabaseInstallRequestModel

    Properties

    View Source

    ConnectionString

    Declaration
    public string ConnectionString { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    [Required]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderName

    Declaration
    [Required]
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Server

    Declaration
    public string Server { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TrustServerCertificate

    Declaration
    public bool TrustServerCertificate { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UseIntegratedAuthentication

    Declaration
    public bool UseIntegratedAuthentication { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConnectionString
      • Id
      • Name
      • Password
      • ProviderName
      • Server
      • TrustServerCertificate
      • UseIntegratedAuthentication
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX