Class MediaPicker3PropertyEditor
Represents a media picker property editor.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: cs.temp.dll.dll
Syntax
public class MediaPicker3PropertyEditor : DataEditor
Constructors
MediaPicker3PropertyEditor(IDataValueEditorFactory, IIOHelper, EditorType)
Initializes a new instance of the Media
Declaration
public MediaPicker3PropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, EditorType type = null)
Parameters
Type | Name | Description |
---|---|---|
IData |
dataValueEditorFactory | |
IIOHelper | ioHelper | |
Editor |
type |
Methods
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfiguration |
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IData |