Class ApiBlockListModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiBlockListModel
Constructors
View SourceApiBlockListModel(IEnumerable<ApiBlockItem>)
Declaration
public ApiBlockListModel(IEnumerable<ApiBlockItem> items)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ApiBlockItem> | items |
Properties
View SourceItems
Declaration
public IEnumerable<ApiBlockItem> Items { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ApiBlockItem> |