Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroPropertyModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Macros
    Assembly: Umbraco.Core.dll
    Syntax
    public class MacroPropertyModel

    Constructors

    View Source

    MacroPropertyModel()

    Declaration
    public MacroPropertyModel()
    View Source

    MacroPropertyModel(String, String)

    Declaration
    public MacroPropertyModel(string key, string value)
    Parameters
    Type Name Description
    System.String key
    System.String value
    View Source

    MacroPropertyModel(String, String, String)

    Declaration
    public MacroPropertyModel(string key, string value, string type)
    Parameters
    Type Name Description
    System.String key
    System.String value
    System.String type

    Properties

    View Source

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MacroPropertyModel()
      • MacroPropertyModel(String, String)
      • MacroPropertyModel(String, String, String)
    • Properties
      • Key
      • Type
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX