Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpgradeSettingsResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Installer
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpgradeSettingsResponseModel

    Properties

    View Source

    CurrentState

    Declaration
    [Required]
    public string CurrentState { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NewState

    Declaration
    [Required]
    public string NewState { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NewVersion

    Declaration
    [Required]
    public string NewVersion { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    OldVersion

    Declaration
    [Required]
    public string OldVersion { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ReportUrl

    Declaration
    public string ReportUrl { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CurrentState
      • NewState
      • NewVersion
      • OldVersion
      • ReportUrl
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX