| EditForm Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public sealed class EditForm
Public NotInheritable Class EditForm
The EditForm type exposes the following members.
Constructors
| Name | Description |
---|
| EditForm | Initializes a new instance of the EditForm class |
| EditForm(String) | Initializes a new instance of the EditForm class |
TopProperties Methods
| Name | Description |
---|
| FromItem(ItemType, ItemEntry) | |
| FromItem(String, ItemType, ItemEntry) | |
| FromItem(ItemType, ItemEntry, EditFormRenderer) | |
| FromItem(String, ItemType, ItemEntry, EditFormRenderer) | |
| GetKeyPrefix | |
| ReadFromRequest(String) | |
| ReadFromRequest(String, Boolean) | |
| Render | |
| RenderContents | |
| RenderField(Int32, TextWriter) | |
| RenderField(EditFormField, TextWriter) | |
| RenderFields(TextWriter) | |
| RenderFields(FuncEditFormField, Boolean, TextWriter) | |
| RenderHeader | |
| ToItem(ItemType, ItemEntry) | |
| ToItem(String, ItemType, ItemEntry) | |
| ToItem(ItemType, ItemEntry, Boolean) | Obsolete. |
| ToItem(String, ItemType, ItemEntry, Boolean) | Obsolete. |
| ToItemT(ItemType, T) | |
| ToItemT(ItemType, T, Boolean) | |
| Validate | |
TopSee Also