View Source
Class UpgradeSettingsViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class UpgradeSettingsViewModel
Properties
View Source
CurrentState
Declaration
public string CurrentState { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NewState
Declaration
public string NewState { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NewVersion
Declaration
public string NewVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OldVersion
Declaration
public string OldVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ReportUrl
Declaration
public string ReportUrl { get; }
Property Value
Type |
Description |
System.String |
|