Click or drag to resize

FolderEditor Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[EditorAttribute("Folder")]
public class FolderEditor : Editor

The FolderEditor type exposes the following members.

Constructors
  NameDescription
Public methodFolderEditor
Initializes a new instance of the FolderEditor class
Top
Properties
  NameDescription
Public propertyCssClass (Inherited from Editor.)
Public propertyDataType (Overrides EditorDataType.)
Public propertyDisabled (Inherited from Editor.)
Public propertyHttpContext (Inherited from Editor.)
Public propertyKey (Inherited from Editor.)
Public propertySearchPattern
Public propertyValidators (Inherited from Editor.)
Protected propertyValueConverter (Inherited from Editor.)
Top
Methods
  NameDescription
Public methodBeginEdit (Overrides EditorBeginEdit(EditorContext).)
Public methodBeginEditFrontend (Overrides EditorBeginEditFrontend(EditorContext).)
Public methodEndEdit (Overrides EditorEndEdit.)
Public methodEndEditFrontend (Overrides EditorEndEditFrontend.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetViewModelValue(Object) (Overrides EditorGetViewModelValue(Object).)
Public methodGetViewModelValue(Object, ItemField) (Inherited from Editor.)
Public methodHasValue (Inherited from Editor.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodRenderItemListValue (Inherited from Editor.)
Public methodRenderValue (Overrides EditorRenderValue(EditorRenderingContext).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Inherited from Editor.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also