Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallInstructions

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

    Properties

    View Source

    InstallId

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

    Instructions

    Declaration
    [DataMember(Name = "instructions")]
    public IDictionary<string, object>? Instructions { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Object>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • InstallId
      • Instructions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX