Search Results for

    Show / Hide Table of Contents
    View Source

    Class PagedViewModel<T>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Common.ViewModels.Pagination
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public class PagedViewModel<T>
    Type Parameters
    Name Description
    T

    Properties

    View Source

    Items

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

    Total

    Declaration
    [Required]
    public long Total { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    View Source

    Empty()

    Declaration
    public static PagedViewModel<T> Empty()
    Returns
    Type Description
    PagedViewModel<T>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Items
      • Total
    • Methods
      • Empty()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX