Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseBuilder.Result

    Represents the result of a database creation or upgrade.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Install
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DatabaseBuilder.Result

    Properties

    View Source

    Message

    Gets or sets the message returned by the operation.

    Declaration
    public string? Message { get; set; }
    Property Value
    Type Description
    string
    View Source

    Percentage

    Gets or sets an install progress pseudo-percentage.

    Declaration
    public string? Percentage { get; set; }
    Property Value
    Type Description
    string
    View Source

    RequiresUpgrade

    Gets or sets a value indicating whether an upgrade is required.

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

    Success

    Gets or sets a value indicating whether the operation succeeded.

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