View Source
  Class ContentPickerPropertyEditor
  
  Content property editor that stores UDI
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ContentPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
   
  Constructors
  
  
    View Source
  
  ContentPickerPropertyEditor(IDataValueEditorFactory, IIOHelper)
  
  
  Declaration
  
    public ContentPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
   
  Parameters
  
  
    View Source
  
  ContentPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public ContentPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters
  
  Methods
  
  
    View Source
  
  CreateConfigurationEditor()
  
  
  Declaration
  
    protected override IConfigurationEditor CreateConfigurationEditor()
   
  Returns
  
  
    View Source
  
  CreateValueEditor()
  
  
  Declaration
  
    protected override IDataValueEditor CreateValueEditor()
   
  Returns