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 SourceEntityDataPickerConfiguration()
Declaration
public EntityDataPickerConfiguration()
Properties
View SourceDataSource
Gets or sets the data source identifier for the entity picker.
Declaration
[ConfigurationField("umbEditorDataSource")]
public string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |