View Source
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  
  
    public class MediaPickerPropertyValueEditor : DataValueEditor, IDataValueEditor, IDataValueReference
   
  Constructors
  
  
    View Source
  
  MediaPickerPropertyValueEditor(ILocalizedTextService, IShortStringHelper, IJsonSerializer, IIOHelper, DataEditorAttribute)
  
  
  Declaration
  
    public MediaPickerPropertyValueEditor(ILocalizedTextService localizedTextService, IShortStringHelper shortStringHelper, IJsonSerializer jsonSerializer, IIOHelper ioHelper, DataEditorAttribute attribute)
   
  Parameters
  
  Methods
  
  
    View Source
  
  
  
  
  Declaration
  
    public IEnumerable<UmbracoEntityReference> GetReferences(object value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | value |  | 
    
  
  Returns