Search Results for

    Show / Hide Table of Contents

    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: cs.temp.dll.dll
    Syntax
    public class BlockPropertyValue

    Constructors

    BlockPropertyValue(Object, IPropertyType)

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

    Properties

    PropertyType

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

    Value

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