Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockListModel

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

    Constructors

    View Source

    ApiBlockListModel(IEnumerable<ApiBlockItem>)

    Declaration
    public ApiBlockListModel(IEnumerable<ApiBlockItem> items)
    Parameters
    Type Name Description
    IEnumerable<ApiBlockItem> items

    Properties

    View Source

    Items

    Declaration
    public IEnumerable<ApiBlockItem> Items { get; }
    Property Value
    Type Description
    IEnumerable<ApiBlockItem>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX