Search Results for

    Show / Hide Table of Contents

    Class BlockEditorPropertyEditor

    Abstract class for block editor based editors

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BlockEditorPropertyEditor : DataEditor

    Constructors

    BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection)

    Declaration
    public BlockEditorPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors

    Fields

    ContentTypeKeyPropertyKey

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

    UdiPropertyKey

    Declaration
    public const string UdiPropertyKey = "udi"
    Field Value
    Type Description
    System.String

    Methods

    CreateValueEditor()

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor
    In This Article
    • Constructors
      • BlockEditorPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection)
    • Fields
      • ContentTypeKeyPropertyKey
      • UdiPropertyKey
    • Methods
      • CreateValueEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX