Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpgradeResult

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    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

    Comment

    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpgradeResult(String, String, String)
    • Properties
      • Comment
      • UpgradeType
      • UpgradeUrl
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX