Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpgradeCheckResponse

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

    Comment

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