Dynamicweb 8 Documentation
EditableListEditor Class
Members 

Represents an editable list editor.
Syntax
'Declaration
 
<EditorAttribute("Editable list")> 
<GroupAttribute("Lists")> 
Public Class EditableListEditor 
   Inherits Dynamicweb.Content.Items.Editors.ListEditor(Of IEnumerable(Of String)) 
   Implements IList 
[EditorAttribute("Editable list")] 
[GroupAttribute("Lists")] 
public class EditableListEditor : Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<string>>, IList  
Inheritance Hierarchy

System.Object
   Dynamicweb.Content.Items.Editors.Editor
      Dynamicweb.Content.Items.Editors.ListEditor<T>
         Dynamicweb.Content.Items.Editors.EditableListEditor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditableListEditor Members
Dynamicweb.Content.Items.Editors Namespace

Send Feedback