Search Results for

    Show / Hide Table of Contents
    View Source

    Class PagedResult<T>

    Represents a paged result for a model collection

    Inheritance
    object
    PagedResult
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "pagedCollection", Namespace = "")]
    [Obsolete("Superseded by PagedModel for service layer and below OR PagedViewModel in apis. Expected to be removed when skip/take pattern has been fully implemented v14+")]
    public class PagedResult<T> : PagedResult
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    PagedResult(long, long, long)

    Declaration
    public PagedResult(long totalItems, long pageNumber, long pageSize)
    Parameters
    Type Name Description
    long totalItems
    long pageNumber
    long pageSize

    Properties

    View Source

    Items

    Declaration
    [DataMember(Name = "items")]
    public IEnumerable<T>? Items { get; set; }
    Property Value
    Type Description
    IEnumerable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX