Class MediaPicker3PropertyEditor
Represents a media picker property editor.
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.MediaPicker3", EditorType.PropertyValue, "Media Picker", "mediapicker3", ValueType = "JSON", Group = "Media", Icon = "icon-picture")]
public class MediaPicker3PropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceMediaPicker3PropertyEditor(ILogger)
Initializes a new instance of the MediaPicker3PropertyEditor class.
Declaration
public MediaPicker3PropertyEditor(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | The logger. |
Methods
View SourceCreateConfigurationEditor()
Creates a configuration editor instance.
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfigurationEditor |
CreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IDataValueEditor |