ISearchExecutor.CreateContext

Fore Syntax

CreateContext: ISearchEngineSearchContext;

Fore.NET Syntax

CreateContext: Prognoz.Platform.Interop.BISearch.ISearchEngineSearchContext;

Description

The CreateContext method creates search context.

Comments

Depending on what type of search service was selected on getting the ISearchExecutor interface, the CreateContext method result should be cast to one of the following interfaces:

Example

The example of use is given in description of the ISearchExecutor.Search method.

See also:

ISearchExecutor