ExchangeServiceSearchPeople(ViewBase, String, DictionaryString, String, PeopleQueryMode, CancellationToken) - метод

Searches for people who are relevant to the user

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<IPeopleQueryResults> SearchPeople(
	ViewBase view,
	string queryString,
	Dictionary<string, string> context,
	PeopleQueryMode queryMode,
	CancellationToken token = default
)

Параметры

view  ViewBase
The view which defines the number of personas being returned
queryString  String
The query string for which the search is being performed
context  DictionaryString, String
The context for this query. See PeopleQueryContextKeys for keys
queryMode  PeopleQueryMode
The scope of the query.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskIPeopleQueryResults
A collection of personas matching the query string

См. также