Class MacroParameterDisplay
The macro parameter display.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "parameter", Namespace = "")]
public class MacroParameterDisplay
Properties
View SourceEditor
Gets or sets the editor.
Declaration
[DataMember(Name = "editor")]
public string Editor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id.
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Key
Gets or sets the key.
Declaration
[DataMember(Name = "key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets the label.
Declaration
[DataMember(Name = "label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |