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