Share via


MailboxStoreTypeProvider.FindPaged<T> Method

Namespace:  Microsoft.Exchange.Data.Storage
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Function FindPaged(Of T As {New, IConfigurable}) ( _
    filter As QueryFilter, _
    rootId As ObjectId, _
    deepSearch As Boolean, _
    sortBy As SortBy, _
    pageSize As Integer _
) As IEnumerable(Of T)
'Usage
Dim instance As MailboxStoreTypeProvider
Dim filter As QueryFilter
Dim rootId As ObjectId
Dim deepSearch As Boolean
Dim sortBy As SortBy
Dim pageSize As Integer
Dim returnValue As IEnumerable(Of T)

returnValue = instance.FindPaged(filter, _
    rootId, deepSearch, sortBy, pageSize)
public IEnumerable<T> FindPaged<T>(
    QueryFilter filter,
    ObjectId rootId,
    bool deepSearch,
    SortBy sortBy,
    int pageSize
)
where T : new(), IConfigurable

Type Parameters

  • T

Parameters