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 MediaPicker3PropertyEditor class.
Declaration
public MediaPicker3PropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, EditorType type = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataValueEditorFactory | dataValueEditorFactory | |
| IIOHelper | ioHelper | |
| EditorType | type |
Methods
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
| Type | Description |
|---|---|
| IConfigurationEditor |
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
| Type | Description |
|---|---|
| IDataValueEditor |