View Source
Class UpgradeSettingsResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpgradeSettingsResponseModel
Properties
View Source
CurrentState
Declaration
[Required]
public string CurrentState { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NewState
Declaration
[Required]
public string NewState { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NewVersion
Declaration
[Required]
public string NewVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OldVersion
Declaration
[Required]
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 |
|