Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListValue

    Represents a block list value.

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

    Constructors

    View Source

    BlockListValue()

    Initializes a new instance of the BlockListValue class.

    Declaration
    public BlockListValue()
    View Source

    BlockListValue(IEnumerable<BlockListLayoutItem>)

    Initializes a new instance of the BlockListValue class.

    Declaration
    public BlockListValue(IEnumerable<BlockListLayoutItem> layouts)
    Parameters
    Type Name Description
    IEnumerable<BlockListLayoutItem> layouts

    The layouts.

    Properties

    View Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    [JsonIgnore]
    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
      • BlockListValue()
      • BlockListValue(IEnumerable<BlockListLayoutItem>)
    • Properties
      • PropertyEditorAlias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX