Interface IItemTypeEditorRenderer
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
[Obsolete("Do not use")]
public interface IItemTypeEditorRenderer
Methods
BeginEdit(ItemTypeEditor, EditorContext)
void BeginEdit(ItemTypeEditor itemTypeEditor, EditorContext context)
Parameters
itemTypeEditor
ItemTypeEditor
context
EditorContext
EndEdit(ItemTypeEditor)
object EndEdit(ItemTypeEditor itemTypeEditor)
Parameters
itemTypeEditor
ItemTypeEditor
Returns
- object
RenderValue(ItemTypeEditor, EditorRenderingContext)
void RenderValue(ItemTypeEditor itemTypeEditor, EditorRenderingContext context)
Parameters
itemTypeEditor
ItemTypeEditor
context
EditorRenderingContext