View Source
Class MultiUrlPickerValueEditor
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MultiUrlPickerValueEditor : DataValueEditor, IDataValueEditor, IDataValueReference
Constructors
View Source
MultiUrlPickerValueEditor(IEntityService, IPublishedSnapshotAccessor, ILogger<MultiUrlPickerValueEditor>, ILocalizedTextService, IShortStringHelper, DataEditorAttribute, IPublishedUrlProvider, IJsonSerializer, IIOHelper)
Declaration
public MultiUrlPickerValueEditor(IEntityService entityService, IPublishedSnapshotAccessor publishedSnapshotAccessor, ILogger<MultiUrlPickerValueEditor> logger, ILocalizedTextService localizedTextService, IShortStringHelper shortStringHelper, DataEditorAttribute attribute, IPublishedUrlProvider publishedUrlProvider, IJsonSerializer jsonSerializer, IIOHelper ioHelper)
Parameters
Methods
View Source
FromEditor(ContentPropertyData, Object)
Declaration
public override object FromEditor(ContentPropertyData editorValue, object currentValue)
Parameters
Returns
Type |
Description |
System.Object |
|
View Source
GetReferences(Object)
Declaration
public IEnumerable<UmbracoEntityReference> GetReferences(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
View Source
ToEditor(IProperty, String, String)
Declaration
public override object ToEditor(IProperty property, string culture = null, string segment = null)
Parameters
Type |
Name |
Description |
IProperty |
property |
|
System.String |
culture |
|
System.String |
segment |
|
Returns
Type |
Description |
System.Object |
|