View Source
Class BlockEditorPropertyEditor
Abstract class for block editor based editors
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public abstract class BlockEditorPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
BlockEditorPropertyEditor(ILogger, Lazy<PropertyEditorCollection>, IDataTypeService, IContentTypeService, ILocalizedTextService)
Declaration
public BlockEditorPropertyEditor(ILogger logger, Lazy<PropertyEditorCollection> propertyEditors, IDataTypeService dataTypeService, IContentTypeService contentTypeService, ILocalizedTextService localizedTextService)
Parameters
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 |
|
Methods
View Source
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns