Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockItem

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

    Constructors

    View Source

    ApiBlockItem(IApiElement, IApiElement)

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

    Properties

    View Source

    Content

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

    Settings

    Declaration
    public IApiElement Settings { get; }
    Property Value
    Type Description
    IApiElement
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiBlockItem(IApiElement, IApiElement)
    • Properties
      • Content
      • Settings
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX