Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListItem

    Represents a layout item for the Block List editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockListItem : object, IBlockReference<IPublishedElement>, IBlockReference

    Constructors

    View Source

    BlockListItem(Udi, IPublishedElement, Udi, IPublishedElement)

    Initializes a new instance of the BlockListItem class.

    Declaration
    public BlockListItem(Udi contentUdi, IPublishedElement content, Udi settingsUdi, IPublishedElement settings)
    Parameters
    Type Name Description
    Udi contentUdi

    The content UDI.

    IPublishedElement content

    The content.

    Udi settingsUdi

    The settings UDI.

    IPublishedElement settings

    The settings.

    Properties

    View Source

    Content

    Gets the content.

    Declaration
    public IPublishedElement Content { get; }
    Property Value
    Type Description
    IPublishedElement

    The content.

    View Source

    ContentUdi

    Gets the content UDI.

    Declaration
    public Udi ContentUdi { get; }
    Property Value
    Type Description
    Udi

    The content UDI.

    View Source

    Settings

    Gets the settings.

    Declaration
    public IPublishedElement Settings { get; }
    Property Value
    Type Description
    IPublishedElement

    The settings.

    View Source

    SettingsUdi

    Gets the settings UDI.

    Declaration
    public Udi SettingsUdi { get; }
    Property Value
    Type Description
    Udi

    The settings UDI.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockListItem(Udi, IPublishedElement, Udi, IPublishedElement)
    • Properties
      • Content
      • ContentUdi
      • Settings
      • SettingsUdi
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX