Click or drag to resize

UserEditor Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[EditorAttribute("User")]
public class UserEditor : Editor, IDropDownOptions

The UserEditor type exposes the following members.

Constructors
  NameDescription
Public methodUserEditor
Initializes a new instance of the UserEditor 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 propertyShowTypes
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 (Inherited from Editor.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions
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 (Overrides EditorHasValue.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodRenderItemListValue (Overrides EditorRenderItemListValue(String).)
Public methodRenderValue (Overrides EditorRenderValue(EditorRenderingContext).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Inherited from Editor.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also