Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextBlockLayoutItem

    Used for deserializing the rich text block layouts.

    Inheritance
    object
    BlockLayoutItemBase
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextBlockLayoutItem : BlockLayoutItemBase, IBlockLayoutItem

    Constructors

    View Source

    RichTextBlockLayoutItem()

    Initializes a new instance of the RichTextBlockLayoutItem class.

    Declaration
    public RichTextBlockLayoutItem()
    View Source

    RichTextBlockLayoutItem(Guid)

    Initializes a new instance of the RichTextBlockLayoutItem class.

    Declaration
    public RichTextBlockLayoutItem(Guid contentKey)
    Parameters
    Type Name Description
    Guid contentKey

    The content key.

    View Source

    RichTextBlockLayoutItem(Guid, Guid)

    Initializes a new instance of the RichTextBlockLayoutItem class.

    Declaration
    public RichTextBlockLayoutItem(Guid contentKey, Guid settingsKey)
    Parameters
    Type Name Description
    Guid contentKey

    The content key.

    Guid settingsKey

    The settings key.

    View Source

    RichTextBlockLayoutItem(Udi)

    Initializes a new instance of the RichTextBlockLayoutItem class.

    Declaration
    [Obsolete("Use constructor that accepts GUIDs instead. Scheduled for removal in Umbraco 18.")]
    public RichTextBlockLayoutItem(Udi contentUdi)
    Parameters
    Type Name Description
    Udi contentUdi

    The content UDI.

    View Source

    RichTextBlockLayoutItem(Udi, Udi)

    Initializes a new instance of the RichTextBlockLayoutItem class.

    Declaration
    [Obsolete("Use constructor that accepts GUIDs instead. Scheduled for removal in Umbraco 18.")]
    public RichTextBlockLayoutItem(Udi contentUdi, Udi settingsUdi)
    Parameters
    Type Name Description
    Udi contentUdi

    The content UDI.

    Udi settingsUdi

    The settings UDI.

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