Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchEngineImportContext interface contains basic methods to work with indexation context of data sources.
ISearchEngineImportContext
To create context, use the IImportExecutor.CreateContext method. The set context is used by the IImportExecutor.Import method.
The interface is basic for the ISourceDataImportContext and IMbObjectsImportContext interfaces.
| Method name | Brief description | |
| LoadFromXml | The LoadFromXml method loads indexing parameters from specified XML element. | |
| SaveToXml | The SaveToXml method saves indexing parameters to the specified XML element. |
See also: