View Source
Class PagedModel<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PagedModel<T>
Type Parameters
Constructors
View Source
PagedModel()
Declaration
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 |
|