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 InstallSetupConstructors
View SourceInstallSetup()
Declaration
public InstallSetup()Properties
View SourceInstallId
Declaration
[DataMember(Name = "installId")]
public Guid InstallId { get; }Property Value
| Type | Description | 
|---|---|
| Guid | 
Steps
Declaration
[DataMember(Name = "steps")]
public IEnumerable<InstallSetupStep> Steps { get; set; }Property Value
| Type | Description | 
|---|---|
| IEnumerable<InstallSetupStep> |