Search Results for

    Show / Hide Table of Contents
    View Source

    Class PagedModel<T>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class PagedModel<T>
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    PagedModel()

    Declaration
    public PagedModel()
    View Source

    PagedModel(Int64, IEnumerable<T>)

    Declaration
    public PagedModel(long total, IEnumerable<T> items)
    Parameters
    Type Name Description
    System.Int64 total
    IEnumerable<T> items

    Properties

    View Source

    Items

    Declaration
    public IEnumerable<T> Items { get; set; }
    Property Value
    Type Description
    IEnumerable<T>
    View Source

    Total

    Declaration
    public long Total { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PagedModel()
      • PagedModel(Int64, IEnumerable<T>)
    • Properties
      • Items
      • Total
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX