Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockValue

    Represents a block value.

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

    Properties

    View Source

    ContentData

    Gets or sets the content data.

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

    The content data.

    View Source

    Layout

    Gets or sets the layout for specific property editors.

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

    The layout.

    View Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    public abstract string PropertyEditorAlias { get; }
    Property Value
    Type Description
    System.String

    The property editor alias of the current layout.

    View Source

    SettingsData

    Gets or sets the settings data.

    Declaration
    public List<BlockItemData> SettingsData { get; set; }
    Property Value
    Type Description
    List<BlockItemData>

    The settings data.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentData
      • Layout
      • PropertyEditorAlias
      • SettingsData
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX