Class ApiBlockListModel
Represents a block list model in the Delivery API.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiBlockListModel
Constructors
View SourceApiBlockListModel(IEnumerable<ApiBlockItem>)
Initializes a new instance of the ApiBlockListModel class.
Declaration
public ApiBlockListModel(IEnumerable<ApiBlockItem> items)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ApiBlockItem> | items | The block items in the list. |
Properties
View SourceItems
Gets the block items in the list.
Declaration
public IEnumerable<ApiBlockItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ApiBlockItem> |