View Source
Class UpgradeCheckResponse
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UpgradeCheckResponse : object
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
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|