Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockPropertyValue

    Represents a property value within a block item.

    Inheritance
    object
    ValueModelBase
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class BlockPropertyValue : ValueModelBase, IHasCultureAndSegment

    Constructors

    View Source

    BlockPropertyValue()

    Declaration
    public BlockPropertyValue()

    Properties

    View Source

    EditorAlias

    Gets the property editor alias.

    Declaration
    public string? EditorAlias { get; }
    Property Value
    Type Description
    string

    The property editor alias.

    View Source

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX