View Source
Class UpgradeResult
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UpgradeResult
Constructors
View Source
UpgradeResult(String, String, String)
Declaration
public UpgradeResult(string upgradeType, string comment, string upgradeUrl)
Parameters
Type |
Name |
Description |
System.String |
upgradeType |
|
System.String |
comment |
|
System.String |
upgradeUrl |
|
Properties
View Source
Declaration
public string Comment { get; }
Property Value
Type |
Description |
System.String |
|
View Source
UpgradeType
Declaration
public string UpgradeType { get; }
Property Value
Type |
Description |
System.String |
|
View Source
UpgradeUrl
Declaration
public string UpgradeUrl { get; }
Property Value
Type |
Description |
System.String |
|