Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    EntityDataPickerValue()

    Declaration
    public EntityDataPickerValue()

    Properties

    View Source

    DataSource

    Gets or sets the data source from which the entities were selected.

    Declaration
    public required string DataSource { get; set; }
    Property Value
    Type Description
    string
    View Source

    Ids

    Gets or sets the collection of selected entity identifiers.

    Declaration
    public required IEnumerable<string> Ids { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX