View Source
Class BlockListPropertyEditor
Represents a block list property editor.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockListPropertyEditor : BlockEditorPropertyEditor, IDataEditor, IDiscoverable
Constructors
View Source
BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper)
Declaration
public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper)
Parameters
View Source
BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser)
Declaration
public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
Parameters
View Source
BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser, IBlockValuePropertyIndexValueFactory)
Declaration
public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
Parameters
Methods
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns