Search Results for

    Show / Hide Table of Contents

    Class BlockValue

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

    Properties

    ContentData

    Declaration
    public List<BlockItemData> ContentData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BlockItemData>

    Layout

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

    SettingsData

    Declaration
    public List<BlockItemData> SettingsData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BlockItemData>
    In This Article
    • Properties
      • ContentData
      • Layout
      • SettingsData
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX