Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListConfiguration.BlockConfiguration

    Represents the configuration for a single block type in the Block List.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockListConfiguration.BlockConfiguration : IBlockConfiguration

    Constructors

    View Source

    BlockConfiguration()

    Declaration
    public BlockConfiguration()

    Properties

    View Source

    ContentElementTypeKey

    Gets or sets the unique key of the content element type for this block.

    Declaration
    public Guid ContentElementTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    SettingsElementTypeKey

    Gets or sets the unique key of the settings element type for this block.

    Declaration
    public Guid? SettingsElementTypeKey { get; set; }
    Property Value
    Type Description
    Guid?
    Remarks

    Can be null if the block does not have settings.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX