Class ListViewPagedModel<TContent>
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class ListViewPagedModel<TContent> where TContent : IContentBase
Type Parameters
| Name | Description |
|---|---|
| TContent |
Properties
View SourceItems
Declaration
public required PagedModel<TContent> Items { get; init; }
Property Value
| Type | Description |
|---|---|
| PagedModel<TContent> |
ListViewConfiguration
Declaration
public required ListViewConfiguration ListViewConfiguration { get; init; }
Property Value
| Type | Description |
|---|---|
| ListViewConfiguration |