Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISourceDataImportInfos interface contains properties and methods to work with collection of data sources indexing settings.
ISourceDataImportInfos
You can get data source indexing settings in the ISourceDataImportContext.SourceInfos property.
| Property name | Brief description | |
| Count | The Count property returns number of sources for which indexing settings are determined. | |
| Item | The Item property returns determined indexing settings of data source. |
| Method name | Brief description | |
| Add | The Add method adds data source and returns its indexing settings. | |
| FindByKey | The FindByKey searches indexing settings by data source key. | |
| Remove | The Remove method removes settings by index and returns attribute of successful removing. |
See also: