Class MultiUrlPickerValueEditor
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class MultiUrlPickerValueEditor : DataValueEditor
Constructors
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
| Type |
Name |
Description |
| IEntityService |
entityService |
|
| IPublishedSnapshotAccessor |
publishedSnapshotAccessor |
|
| ILogger<MultiUrlPickerValueEditor> |
logger |
|
| ILocalizedTextService |
localizedTextService |
|
| IShortStringHelper |
shortStringHelper |
|
| DataEditorAttribute |
attribute |
|
| IPublishedUrlProvider |
publishedUrlProvider |
|
| IJsonSerializer |
jsonSerializer |
|
| IIOHelper |
ioHelper |
|
Methods
FromEditor(ContentPropertyData, Object)
Declaration
public override object FromEditor(ContentPropertyData editorValue, object currentValue)
Parameters
| Type |
Name |
Description |
| ContentPropertyData |
editorValue |
|
| System.Object |
currentValue |
|
Returns
| Type |
Description |
| System.Object |
|
GetReferences(Object)
Declaration
public IEnumerable<UmbracoEntityReference> GetReferences(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<UmbracoEntityReference> |
|
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 |
|