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