Retrieves the specified page as a IPagedList<(Of <(<'T>)>)>

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

Syntax

C#
public IPagedList<T> GetPage(
	int pageIndex
)
Visual Basic
Public Function GetPage ( 
	pageIndex As Integer
) As IPagedList(Of T)

Parameters

pageIndex
Type: System..::..Int32
The index (zero-based) of the page to retrieve

Return Value

An IPagedList<(Of <(<'T>)>)> containing the page of data, or an empty list if the page does not exist

See Also