Assembly: BISearch;
The ISourceDataImportInfos interface contains properties and methods that are used to work with the 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 the number of sources, for which indexing settings are determined. | |
Item | The Item property returns specified indexing settings of data source. |
Method name | Brief description | |
Add | The Add method adds a data source and returns its indexing settings. | |
FindByKey | The FindByKey searches for indexing settings by data source key. | |
Remove | The Remove method removes settings by index and returns whether removal was successful. |
See also: