IndexManagerAddExistingIndex Method
Adds an existing index store to the index list. The index must not already exist in the index list.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public Index AddExistingIndex(
string strPath
)
public:
Index^ AddExistingIndex(
String^ strPath
)
- strPath String
- The path of the index store.
IndexThe
Index object added to the index list.