Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroContent

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

    Properties

    View Source

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Empty

    Declaration
    public static MacroContent Empty { get; }
    Property Value
    Type Description
    MacroContent
    View Source

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Date
      • Empty
      • IsEmpty
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX