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 SourceItems
Declaration
[Required]
public IEnumerable<T> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<T> |
Total
Declaration
[Required]
public long Total { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Methods
View SourceEmpty()
Declaration
public static PagedViewModel<T> Empty()
Returns
| Type | Description |
|---|---|
| PagedViewModel<T> |