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 SourceType
Gets or sets the entity object type.
Declaration
public required string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Unique
Gets or sets the entity unique identifier.
Declaration
public required Guid Unique { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |