Table of Contents

Interface IPagedList<T>

Namespace
Auth0.ManagementApi.Paging
Assembly
Auth0.ManagementApi.dll

Interface for a list that contains items of T as well as metadata about which page of items this is and how many exist.

public interface IPagedList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

Type of item to list.

Inherited Members

Properties

Paging

Information about how many items exist, which page this is etc.

PagingInformation Paging { get; set; }

Property Value

PagingInformation