Class ItemTypeEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a file editor.
- Inheritance
-
Item
Type Editor
- Inherited Members
Properties
DataType
Gets the data type for this editor.
Property Value
EnablePresets
[AddInParameter("Enable presets")]
[AddInParameterEditor(typeof(YesNoParameterEditor), "inputClass=std editor-parameter")]
public bool EnablePresets { get; set; }
Property Value
IsTab
Property Value
ItemType
[AddInParameter("Item type")]
[AddInParameterEditor(typeof(ItemListParameterEditor), "inputClass=std editor-parameter; StructureType=All; AllowEditParameterOptions=False")]
public string? ItemType { get; set; }
Property Value
Methods
GetViewModelValue(object?)
Gets the value as an instance of Item
Parameters
value
object
Returns
RenderValue(EditorRenderingContext)
Renders value.
Parameters
context
EditorRendering Context Editor rendering context.