IndexManagerAddExistingIndex Method

Adds an existing index store to the index list. The index must not already exist in the index list.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public Index AddExistingIndex(
	string strPath
)

Parameters

strPath  String
The path of the index store.

Return Value

Index
The Index object added to the index list.

See Also