Share via


IMailboxStoreType.FindPaged<T> method

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

Syntax

'Declaration
Function FindPaged(Of T) ( _
    session As MailboxStoreTypeProvider, _
    filter As QueryFilter, _
    rootId As ObjectId, _
    deepSearch As Boolean, _
    sortBy As SortBy, _
    pageSize As Integer _
) As IEnumerable(Of T)
'Usage
Dim instance As IMailboxStoreType
Dim session 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(session, _
    filter, rootId, deepSearch, sortBy, _
    pageSize)
IEnumerable<T> FindPaged<T>(
    MailboxStoreTypeProvider session,
    QueryFilter filter,
    ObjectId rootId,
    bool deepSearch,
    SortBy sortBy,
    int pageSize
)

Type parameters

  • T

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<T>

See also

Reference

IMailboxStoreType interface

IMailboxStoreType members

Microsoft.Exchange.Data namespace