Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Editor

    Gets or sets the editor.

    Declaration
    [DataMember(Name = "editor")]
    public string Editor { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Gets or sets the id.

    Declaration
    [DataMember(Name = "id")]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Key

    Gets or sets the key.

    Declaration
    [DataMember(Name = "key")]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Label

    Gets or sets the label.

    Declaration
    [DataMember(Name = "label")]
    public string Label { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Editor
      • Id
      • Key
      • Label
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX