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 SourceMessage
Gets or sets the message returned by the operation.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentage
Gets or sets an install progress pseudo-percentage.
Declaration
public string Percentage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequiresUpgrade
Gets or sets a value indicating whether an upgrade is required.
Declaration
public bool RequiresUpgrade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Success
Gets or sets a value indicating whether the operation succeeded.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |