Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultipleContentPickerParameterEditor

    Represents a parameter editor of some sort.

    Inheritance
    System.Object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors.ParameterEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MultipleContentPickerParameterEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    MultipleContentPickerParameterEditor(IDataValueEditorFactory)

    Initializes a new instance of the MultipleContentPickerParameterEditor class.

    Declaration
    public MultipleContentPickerParameterEditor(IDataValueEditorFactory dataValueEditorFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory

    Methods

    View Source

    CreateValueEditor()

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MultipleContentPickerParameterEditor(IDataValueEditorFactory)
    • Methods
      • CreateValueEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX