Share via


UserConfigurationObject.FindPaged<T> method

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

Syntax

'Declaration
Public 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 UserConfigurationObject
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)
public 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

UserConfigurationObject class

UserConfigurationObject members

Microsoft.Exchange.Data.Storage.StoreConfigurableType namespace