ExchangeServiceSearchPeople(ViewBase, String, DictionaryString, String, PeopleQueryMode, CancellationToken) - метод |
Searches for people who are relevant to the user
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<IPeopleQueryResults> SearchPeople(
ViewBase view,
string queryString,
Dictionary<string, string> context,
PeopleQueryMode queryMode,
CancellationToken token = default
)
Public Function SearchPeople (
view As ViewBase,
queryString As String,
context As Dictionary(Of String, String),
queryMode As PeopleQueryMode,
Optional token As CancellationToken = Nothing
) As Task(Of IPeopleQueryResults)
public:
Task<IPeopleQueryResults^>^ SearchPeople(
ViewBase^ view,
String^ queryString,
Dictionary<String^, String^>^ context,
PeopleQueryMode^ queryMode,
CancellationToken token = CancellationToken()
)
member SearchPeople :
view : ViewBase *
queryString : string *
context : Dictionary<string, string> *
queryMode : PeopleQueryMode *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<IPeopleQueryResults>
Параметры
- view
- Тип: Tessa.Exchange.WebServices.DataViewBase
The view which defines the number of personas being returned - queryString
- Тип: SystemString
The query string for which the search is being performed - context
- Тип: System.Collections.GenericDictionaryString, String
The context for this query. See PeopleQueryContextKeys for keys - queryMode
- Тип: Tessa.Exchange.WebServices.DataPeopleQueryMode
The scope of the query. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskIPeopleQueryResultsA collection of personas matching the query string
См. также