Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockItemData.BlockPropertyValue

    Used during deserialization to populate the property value/property type of a block item content property

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockPropertyValue

    Constructors

    View Source

    BlockPropertyValue(Object, IPropertyType)

    Declaration
    public BlockPropertyValue(object value, IPropertyType propertyType)
    Parameters
    Type Name Description
    System.Object value
    IPropertyType propertyType

    Properties

    View Source

    PropertyType

    Declaration
    public IPropertyType PropertyType { get; }
    Property Value
    Type Description
    IPropertyType
    View Source

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockPropertyValue(Object, IPropertyType)
    • Properties
      • PropertyType
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX