View Source
Class UpgradeCheckResponse
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "upgrade", Namespace = "")]
public class UpgradeCheckResponse
Constructors
View Source
UpgradeCheckResponse()
Declaration
public UpgradeCheckResponse()
View Source
UpgradeCheckResponse(String, String, String, IUmbracoVersion)
Declaration
public UpgradeCheckResponse(string upgradeType, string upgradeComment, string upgradeUrl, IUmbracoVersion umbracoVersion)
Parameters
Type |
Name |
Description |
System.String |
upgradeType |
|
System.String |
upgradeComment |
|
System.String |
upgradeUrl |
|
IUmbracoVersion |
umbracoVersion |
|
Properties
View Source
Declaration
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|