Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISourceDataImportDestinationInfos interface contains properties and methods to work with indexing settings of data source display options.
ISourceDataImportDestinationInfos
The ISourceDataImportInfo.DestinationInfos property returns indexing settings of displaying options.
| Property name | Brief description | |
| Count | The Count property returns number of display options for which indexing settings are determined. | |
| Item | The Item property returns specified indexing settings of data source displaying option. |
| Method name | Brief description | |
| Add | The Add method adds indexing settings for specified displaying option of data source. | |
| FindByKey | The FindByKey method searches indexing settings by data source displaying option key. | |
| Remove | The Remove method removes indexing settings and returns the attribute of successful removing. |
See also: