Class EntityDataPickerValue
Represents a value selected from an entity data picker.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public sealed class EntityDataPickerValue
Constructors
View SourceEntityDataPickerValue()
Declaration
public EntityDataPickerValue()
Properties
View SourceDataSource
Gets or sets the data source from which the entities were selected.
Declaration
public required string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ids
Gets or sets the collection of selected entity identifiers.
Declaration
public required IEnumerable<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |