Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextRootElement

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class RichTextRootElement : IRichTextElement

    Constructors

    View Source

    RichTextRootElement(Dictionary<string, object>, IEnumerable<IRichTextElement>, IEnumerable<ApiBlockItem>)

    Declaration
    public RichTextRootElement(Dictionary<string, object> attributes, IEnumerable<IRichTextElement> elements, IEnumerable<ApiBlockItem> blocks)
    Parameters
    Type Name Description
    Dictionary<string, object> attributes
    IEnumerable<IRichTextElement> elements
    IEnumerable<ApiBlockItem> blocks

    Properties

    View Source

    Attributes

    Declaration
    public Dictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    Dictionary<string, object>
    View Source

    Blocks

    Declaration
    public IEnumerable<ApiBlockItem> Blocks { get; }
    Property Value
    Type Description
    IEnumerable<ApiBlockItem>
    View Source

    Elements

    Declaration
    public IEnumerable<IRichTextElement> Elements { get; }
    Property Value
    Type Description
    IEnumerable<IRichTextElement>
    View Source

    Tag

    Declaration
    public string Tag { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX