Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallSetup

    Model containing all the install steps for setting up the UI

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Install.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "installSetup", Namespace = "")]
    public class InstallSetup

    Constructors

    View Source

    InstallSetup()

    Declaration
    public InstallSetup()

    Properties

    View Source

    InstallId

    Declaration
    [DataMember(Name = "installId")]
    public Guid InstallId { get; }
    Property Value
    Type Description
    Guid
    View Source

    Steps

    Declaration
    [DataMember(Name = "steps")]
    public IEnumerable<InstallSetupStep> Steps { get; set; }
    Property Value
    Type Description
    IEnumerable<InstallSetupStep>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallSetup()
    • Properties
      • InstallId
      • Steps
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX