Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityDataPickerConfiguration

    Represents the configuration for the Entity Data Picker property editor.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class EntityDataPickerConfiguration

    Constructors

    View Source

    EntityDataPickerConfiguration()

    Declaration
    public EntityDataPickerConfiguration()

    Properties

    View Source

    DataSource

    Gets or sets the data source identifier for the entity picker.

    Declaration
    [ConfigurationField("umbEditorDataSource")]
    public string DataSource { get; set; }
    Property Value
    Type Description
    string
    View Source

    ValidationLimit

    Gets or sets the validation limit for the number of selected entities.

    Declaration
    [ConfigurationField("validationLimit")]
    public EntityDataPickerConfiguration.NumberRange ValidationLimit { get; set; }
    Property Value
    Type Description
    EntityDataPickerConfiguration.NumberRange
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX