ISearchExecutor.CreateContext

Syntax

CreateContext: ISearchEngineSearchContext;

Description

The CreateContext method creates a search context.

Comments

Depending on which type of search service was selected on getting the ISearchExecutor interface, the CreateContext method result must 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