FolderFindItems(SearchFilter, ItemView, Grouping, CancellationToken) - метод |
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<GroupedFindItemsResults<Item>> FindItems(
SearchFilter searchFilter,
ItemView view,
Grouping groupBy,
CancellationToken token = default
)
Public Function FindItems (
searchFilter As SearchFilter,
view As ItemView,
groupBy As Grouping,
Optional token As CancellationToken = Nothing
) As Task(Of GroupedFindItemsResults(Of Item))
public:
Task<GroupedFindItemsResults<Item^>^>^ FindItems(
SearchFilter^ searchFilter,
ItemView^ view,
Grouping^ groupBy,
CancellationToken token = CancellationToken()
)
member FindItems :
searchFilter : SearchFilter *
view : ItemView *
groupBy : Grouping *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<GroupedFindItemsResults<Item>>
Параметры
- searchFilter
- Тип: Tessa.Exchange.WebServices.DataSearchFilter
The search filter. Available search filter classes
include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and
SearchFilter.SearchFilterCollection - view
- Тип: Tessa.Exchange.WebServices.DataItemView
The view controlling the number of items returned. - groupBy
- Тип: Tessa.Exchange.WebServices.DataGrouping
The grouping criteria. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskGroupedFindItemsResultsItemA collection of grouped items representing the contents of this folder.
См. также