FolderFindItems(String, 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.6.0.22
public Task<GroupedFindItemsResults<Item>> FindItems(
string queryString,
ItemView view,
Grouping groupBy,
CancellationToken token = default
)
Public Function FindItems (
queryString As String,
view As ItemView,
groupBy As Grouping,
Optional token As CancellationToken = Nothing
) As Task(Of GroupedFindItemsResults(Of Item))
public:
Task<GroupedFindItemsResults<Item^>^>^ FindItems(
String^ queryString,
ItemView^ view,
Grouping^ groupBy,
CancellationToken token = CancellationToken()
)
member FindItems :
queryString : string *
view : ItemView *
groupBy : Grouping *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<GroupedFindItemsResults<Item>>
- queryString String
- query string to be used for indexed search
- view ItemView
- The view controlling the number of items returned.
- groupBy Grouping
- The grouping criteria.
- token CancellationToken (Optional)
-
TaskGroupedFindItemsResultsItemA collection of grouped items representing the contents of this folder.