dtSearch Text Retrieval Engine .NET interface

IndexJob.GetIndexInfo Method 

Get information about the current state of an index

public static IndexInfo GetIndexInfo(
   string indexPath
);

Parameters

indexPath
Location of the index

Return Value

IndexInfo containing the current state of the index. IndexInfo is returned even if the index could not be accessed.

See Also

IndexJob Class | dtSearch.Engine Namespace