Class BlockPropertyValue
Represents a property value within a block item.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public sealed class BlockPropertyValue : ValueModelBase, IHasCultureAndSegment
Constructors
View SourceBlockPropertyValue()
Declaration
public BlockPropertyValue()
Properties
View SourceEditorAlias
Gets the property editor alias.
Declaration
public string? EditorAlias { get; }
Property Value
| Type | Description |
|---|---|
| string | The property editor alias. |
PropertyType
Gets or sets the property type.
Declaration
[JsonIgnore]
public IPropertyType? PropertyType { get; set; }
Property Value
| Type | Description |
|---|---|
| IPropertyType |
Remarks
Used during deserialization to populate the property value/property type of a block item content property.