Retrieves the specified page as a IPagedList<(Of <(<'T>)>)>
Namespace: DotNetNuke.CollectionsAssembly: 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