View Source
Class UpgradeResult
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 |
| string |
upgradeType |
|
| string |
comment |
|
| string |
upgradeUrl |
|
Properties
View Source
Declaration
public string Comment { get; }
Property Value
View Source
UpgradeType
Declaration
public string UpgradeType { get; }
Property Value
View Source
UpgradeUrl
Declaration
public string UpgradeUrl { get; }
Property Value