IndexManagerRemoveIndex Method

Remove an index from the index list.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public void RemoveIndex(
	Index index,
	bool bDeleteIndex
)

Parameters

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.

Return Value

The Index object added to the index list.

See Also