View Source
Class MacroContent
Inheritance
System.Object
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
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 |
|