Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockEditorPropertyEditor

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

    Constructors

    View Source

    BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection)

    Declaration
    protected BlockEditorPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    View Source

    BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IBlockValuePropertyIndexValueFactory)

    Declaration
    protected BlockEditorPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory

    Fields

    View Source

    ContentTypeKeyPropertyKey

    Declaration
    public const string ContentTypeKeyPropertyKey = "contentTypeKey"
    Field Value
    Type Description
    System.String
    View Source

    UdiPropertyKey

    Declaration
    public const string UdiPropertyKey = "udi"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection)
      • BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IBlockValuePropertyIndexValueFactory)
    • Fields
      • ContentTypeKeyPropertyKey
      • UdiPropertyKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX