View Source
Class PropertyEditorBasic
Defines an available property editor to be able to select for a data type
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "propertyEditor", Namespace = "")]
public class PropertyEditorBasic
Properties
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
[DataMember(Name = "icon")]
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|