IndexManagerAddIndex Method

Adds a Index object 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 void AddIndex(
	Index index
)

Parameters

index  Index
The index object to add to the index list.

See Also