Class MacroParameterDisplay
The macro parameter display.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class MacroParameterDisplay : object
Properties
View SourceEditor
Gets or sets the editor.
Declaration
public string Editor { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or sets the id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System. |
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System. |