Search Results for

    Show / Hide Table of Contents
    View Source

    Class SingleBlockValue

    Represents a single block value.

    Inheritance
    object
    BlockValue
    BlockValue<SingleBlockLayoutItem>
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class SingleBlockValue : BlockValue<SingleBlockLayoutItem>

    Constructors

    View Source

    SingleBlockValue()

    Initializes a new instance of the SingleBlockValue class.

    Declaration
    public SingleBlockValue()
    View Source

    SingleBlockValue(SingleBlockLayoutItem)

    Initializes a new instance of the SingleBlockValue class.

    Declaration
    public SingleBlockValue(SingleBlockLayoutItem layout)
    Parameters
    Type Name Description
    SingleBlockLayoutItem layout

    The layout.

    Properties

    View Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    [JsonIgnore]
    public override string PropertyEditorAlias { get; }
    Property Value
    Type Description
    string

    The property editor alias of the current layout.

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