ExchangeService.SearchPeople(ViewBase, String, Dictionary<String, 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.24
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  Dictionary<String, String>
The context for this query. See PeopleQueryContextKeys for keys
queryMode  PeopleQueryMode
The scope of the query.
token  CancellationToken  (Optional)
 

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

Task<IPeopleQueryResults>
A collection of personas matching the query string

См. также