View Source
Class MultiUrlPickerPropertyEditor
Assembly: Umbraco.Infrastructure.dll
Syntax
[DataEditor("Umbraco.MultiUrlPicker", ValueType = "JSON", ValueEditorIsReusable = true)]
public class MultiUrlPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
MultiUrlPickerPropertyEditor(IIOHelper, IDataValueEditorFactory)
Declaration
public MultiUrlPickerPropertyEditor(IIOHelper ioHelper, IDataValueEditorFactory dataValueEditorFactory)
Parameters
Properties
View Source
PropertyIndexValueFactory
Gets the index value factory for the editor.
Declaration
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
Property Value
Methods
View Source
CreateConfigurationEditor()
Creates a configuration editor instance.
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
View Source
CreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns