Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiNodeTreePickerPropertyEditor.MultiNodeTreePickerPropertyValueEditor.EditorEntityReference

    Describes and editor entity reference.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MultiNodeTreePickerPropertyEditor.MultiNodeTreePickerPropertyValueEditor.EditorEntityReference

    Properties

    View Source

    Type

    Gets or sets the entity object type.

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

    Unique

    Gets or sets the entity unique identifier.

    Declaration
    public required Guid Unique { get; set; }
    Property Value
    Type Description
    Guid
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX