View Source
Interface IMacroProperty
Defines a Property for a Macro
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 |
System.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 |
|