Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockValue

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

    Properties

    View Source

    ContentData

    Declaration
    public List<BlockItemData> ContentData { get; set; }
    Property Value
    Type Description
    List<BlockItemData>
    View Source

    Layout

    Declaration
    public IDictionary<string, JToken> Layout { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, JToken>
    View Source

    SettingsData

    Declaration
    public List<BlockItemData> SettingsData { get; set; }
    Property Value
    Type Description
    List<BlockItemData>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentData
      • Layout
      • SettingsData
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX