Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewPagedModel<TContent>

    Represents a paged model for list view content items.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ListViewPagedModel<TContent> where TContent : IContentBase
    Type Parameters
    Name Description
    TContent

    The type of content that implements IContentBase.

    Constructors

    View Source

    ListViewPagedModel()

    Declaration
    public ListViewPagedModel()

    Properties

    View Source

    Items

    Gets or sets the paged collection of content items.

    Declaration
    public required PagedModel<TContent> Items { get; init; }
    Property Value
    Type Description
    PagedModel<TContent>
    View Source

    ListViewConfiguration

    Gets or sets the list view configuration settings.

    Declaration
    public required ListViewConfiguration ListViewConfiguration { get; init; }
    Property Value
    Type Description
    ListViewConfiguration
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX