Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListPropertyEditor

    Represents a block list property editor.

    Inheritance
    System.Object
    DataEditor
    BlockListPropertyEditorBase
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BlockListPropertyEditor : BlockListPropertyEditorBase, IDataEditor, IDiscoverable

    Constructors

    View Source

    BlockListPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)

    Declaration
    public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory
    IJsonSerializer jsonSerializer
    View Source

    BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)

    Declaration
    public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    IIOHelper ioHelper
    IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory
    IJsonSerializer jsonSerializer

    Properties

    View Source

    SupportsConfigurableElements

    Declaration
    public override bool SupportsConfigurableElements { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockListPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)
      • BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)
    • Properties
      • SupportsConfigurableElements
    • Methods
      • CreateConfigurationEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX