Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseBuilder.Result

    Represents the result of a database creation or upgrade.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Install
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class Result

    Properties

    View Source

    Message

    Gets or sets the message returned by the operation.

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

    Percentage

    Gets or sets an install progress pseudo-percentage.

    Declaration
    public string Percentage { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean
    View Source

    Success

    Gets or sets a value indicating whether the operation succeeded.

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Message
      • Percentage
      • RequiresUpgrade
      • Success
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX