ISourceDataImportInfos

Assembly: BISearch;

Description

The ISourceDataImportInfos interface contains properties and methods that are used to work with the collection of data sources indexing settings.

Inheritance Hierarchy

ISourceDataImportInfos

Comments

You can get data source indexing settings in the ISourceDataImportContext.SourceInfos property.

Properties

  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.

Methods

  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:

BISearch Assembly Interfaces