View Source
Class MacroParameter
Represents a macro parameter with an editor
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MacroParameter : object
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Configuration
The configuration for this parameter editor
Declaration
public IDictionary<string, object> Configuration { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Value
Since we don't post this back this isn't currently really used on the server side
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
View
The editor view to render for this parameter
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|