View Source
Class RichTextRootElement
Inheritance
System.Object
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 |
Umbraco.Cms.Core.Dictionary<System.String, System.Object> |
attributes |
|
IEnumerable<IRichTextElement> |
elements |
|
IEnumerable<ApiBlockItem> |
blocks |
|
Properties
View Source
Attributes
Declaration
public Dictionary<string, object> Attributes { get; }
Property Value
Type |
Description |
Umbraco.Cms.Core.Dictionary<System.String, System.Object> |
|
View Source
Blocks
Declaration
public IEnumerable<ApiBlockItem> Blocks { get; }
Property Value
View Source
Elements
Declaration
public IEnumerable<IRichTextElement> Elements { get; }
Property Value
View Source
Tag
Declaration
public string Tag { get; }
Property Value
Type |
Description |
System.String |
|