summaryM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)

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

Syntax

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

Parameters

scopeValue
Type: TScopeType
paramscopeValueM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)

Type Parameters

TScopeType
typeparamTScopeTypeM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Data.RepositoryBase`1.GetPage``1(``0,System.Int32,System.Int32)

Implements

IRepository<(Of <(<'T>)>)>..::..GetPage<(Of <<'(TScopeType>)>>)(TScopeType, Int32, Int32)

See Also