Provides options to allow the consumer to select a page of data from a paged data store

Namespace: DotNetNuke.Collections
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class PageSelector<T>
Visual Basic
Public Class PageSelector(Of T)

Type Parameters

T
The type of object in the data store

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Collections..::..PageSelector<(Of <(<'T>)>)>

See Also