View Source
Class InstallInstructions
Inheritance
System.Object
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
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>> |
|