Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMacroProperty

    Defines a Property for a Macro

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMacroProperty : IValueObject, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Alias

    Gets or sets the Alias of the Property

    Declaration
    [DataMember]
    string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    EditorAlias

    Gets or sets the parameter editor alias

    Declaration
    [DataMember]
    string EditorAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    [DataMember]
    int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Key

    Declaration
    [DataMember]
    Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Gets or sets the Name of the Property

    Declaration
    [DataMember]
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

    Gets or sets the Sort Order of the Property

    Declaration
    [DataMember]
    int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • EditorAlias
      • Id
      • Key
      • Name
      • SortOrder
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX