IConfigDataProvider.Find<T> Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Function Find(Of T As {New, IConfigurable}) ( _
filter As QueryFilter, _
rootId As ObjectId, _
deepSearch As Boolean, _
sortBy As SortBy _
) As IConfigurable()
'Usage
Dim instance As IConfigDataProvider
Dim filter As QueryFilter
Dim rootId As ObjectId
Dim deepSearch As Boolean
Dim sortBy As SortBy
Dim returnValue As IConfigurable()
returnValue = instance.Find(filter, rootId, _
deepSearch, sortBy)
IConfigurable[] Find<T>(
QueryFilter filter,
ObjectId rootId,
bool deepSearch,
SortBy sortBy
)
where T : new(), IConfigurable
Type Parameters
- T
Parameters
- filter
Type: Microsoft.Exchange.Data.QueryFilter
- rootId
Type: Microsoft.Exchange.Data.ObjectId
- deepSearch
Type: System.Boolean
- sortBy
Type: Microsoft.Exchange.Data.SortBy
Return Value
Type: []