Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockValue<TLayout>

    Represents a block value with a specific layout type.

    Inheritance
    object
    BlockValue
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class BlockValue<TLayout> : BlockValue where TLayout : IBlockLayoutItem
    Type Parameters
    Name Description
    TLayout

    The type of the layout item.

    Constructors

    View Source

    BlockValue()

    Declaration
    protected BlockValue()

    Methods

    View Source

    GetLayouts()

    Gets the layouts of the current property editor.

    Declaration
    public IEnumerable<TLayout>? GetLayouts()
    Returns
    Type Description
    IEnumerable<TLayout>

    The layouts.

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