Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListLayoutItem

    Used for deserializing the block list layout

    Inheritance
    System.Object
    BlockLayoutItemBase
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockListLayoutItem : BlockLayoutItemBase, IBlockLayoutItem

    Constructors

    View Source

    BlockListLayoutItem()

    Declaration
    public BlockListLayoutItem()
    View Source

    BlockListLayoutItem(Guid)

    Declaration
    public BlockListLayoutItem(Guid contentKey)
    Parameters
    Type Name Description
    Guid contentKey
    View Source

    BlockListLayoutItem(Guid, Guid)

    Declaration
    public BlockListLayoutItem(Guid contentKey, Guid settingsKey)
    Parameters
    Type Name Description
    Guid contentKey
    Guid settingsKey
    View Source

    BlockListLayoutItem(Udi)

    Declaration
    public BlockListLayoutItem(Udi contentUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    View Source

    BlockListLayoutItem(Udi, Udi)

    Declaration
    public BlockListLayoutItem(Udi contentUdi, Udi settingsUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    Udi settingsUdi
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockListLayoutItem()
      • BlockListLayoutItem(Guid)
      • BlockListLayoutItem(Guid, Guid)
      • BlockListLayoutItem(Udi)
      • BlockListLayoutItem(Udi, Udi)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX