Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockItem

    Represents a block item in the Delivery API.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ApiBlockItem

    Constructors

    View Source

    ApiBlockItem(IApiElement, IApiElement?)

    Initializes a new instance of the ApiBlockItem class.

    Declaration
    public ApiBlockItem(IApiElement content, IApiElement? settings)
    Parameters
    Type Name Description
    IApiElement content

    The content element of the block.

    IApiElement settings

    The optional settings element of the block.

    Properties

    View Source

    Content

    Gets the content element of the block.

    Declaration
    public IApiElement Content { get; }
    Property Value
    Type Description
    IApiElement
    View Source

    Settings

    Gets the optional settings element of the block.

    Declaration
    public IApiElement? Settings { get; }
    Property Value
    Type Description
    IApiElement
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX