Starts a search. The search results are returned as messages over the Synchronization interface (ISynchronizationContainer). The results are accessible through the message list (ISynchronizationContainer.TakeMessages). The included items in the list are from type SearchResult, which allows to get the metadata of the item as an info object (e.g. ProjectInfo).
Syntax
C#
public ISynchronizedOperation BeginFind(Dictionary<string, object> parameters);
Parameters
Parameters
Description
Dictionary<string, object> parameters
A dictionary with parameters can be used to specify the search options, see WellKnownParameterKeys.SearchAgent.
Returns
Returns a ISynchronizedOperation for the async method.