Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiUrlPickerValueEditor

    Inheritance
    System.Object
    DataValueEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    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
    Type Name Description
    IEntityService entityService
    IPublishedSnapshotAccessor publishedSnapshotAccessor
    ILogger<MultiUrlPickerValueEditor> logger
    ILocalizedTextService localizedTextService
    IShortStringHelper shortStringHelper
    DataEditorAttribute attribute
    IPublishedUrlProvider publishedUrlProvider
    IJsonSerializer jsonSerializer
    IIOHelper ioHelper

    Methods

    View Source

    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
    View Source

    GetReferences(Object)

    Declaration
    public IEnumerable<UmbracoEntityReference> GetReferences(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    IEnumerable<UmbracoEntityReference>
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MultiUrlPickerValueEditor(IEntityService, IPublishedSnapshotAccessor, ILogger<MultiUrlPickerValueEditor>, ILocalizedTextService, IShortStringHelper, DataEditorAttribute, IPublishedUrlProvider, IJsonSerializer, IIOHelper)
    • Methods
      • FromEditor(ContentPropertyData, Object)
      • GetReferences(Object)
      • ToEditor(IProperty, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX