Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockListModel

    Inheritance
    System.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>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiBlockListModel(IEnumerable<ApiBlockItem>)
    • Properties
      • Items
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX