IndexManagerRemoveIndex Method
Remove an index from the index list.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public void RemoveIndex(
Index index,
bool bDeleteIndex
)
public:
void RemoveIndex(
Index^ index,
bool bDeleteIndex
)
- index Index
- The Index object that represents the index to remove.
- bDeleteIndex Boolean
- Flag indicating if the actual index store should be deleted. If false
the index is just removed from the list.
The
Index object added to the index list.