Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockValue<TLayout>

    Represents a block value.

    Inheritance
    System.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

    Methods

    View Source

    GetLayouts()

    Gets the layouts of the current property editor.

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

    The layouts.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetLayouts()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX