Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextBlockValue

    Represents a rich text block value.

    Inheritance
    System.Object
    BlockValue
    BlockValue<RichTextBlockLayoutItem>
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextBlockValue : BlockValue<RichTextBlockLayoutItem>

    Constructors

    View Source

    RichTextBlockValue()

    Initializes a new instance of the RichTextBlockValue class.

    Declaration
    public RichTextBlockValue()
    View Source

    RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem>)

    Initializes a new instance of the RichTextBlockValue class.

    Declaration
    public RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem> layouts)
    Parameters
    Type Name Description
    IEnumerable<RichTextBlockLayoutItem> layouts

    The layouts.

    Properties

    View Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    public override string PropertyEditorAlias { get; }
    Property Value
    Type Description
    System.String

    The property editor alias of the current layout.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextBlockValue()
      • RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem>)
    • Properties
      • PropertyEditorAlias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX