Keyoti SearchUnit API Docs
ItemsImported Property
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesIndexableSourceItemsImported
Keyoti SearchUnit v6
The number of items that have been imported since the last call to Import.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public abstract int ItemsImported { get; }
public abstract int ItemsImported { get; }
Public MustOverride ReadOnly Property ItemsImported As Integer
	Get
Public MustOverride ReadOnly Property ItemsImported As Integer
	Get
public:
virtual property int ItemsImported {
	int get () abstract;
}
public:
virtual property int ItemsImported {
	int get () abstract;
}
abstract ItemsImported : int with get
abstract ItemsImported : int with get
Property Value
Remarks
Access this property from a different thread to track import progress.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120