Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityDataPickerConfiguration

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

    Properties

    View Source

    DataSource

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

    ValidationLimit

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