Click or drag to resize

IIndexServiceSaveIndex Method (String, String, IIndex)

Saves index state

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
void SaveIndex(
	string repository,
	string item,
	IIndex index
)

Parameters

repository
Type: SystemString
Repository name
item
Type: SystemString
Item name
index
Type: Dynamicweb.IndexingIIndex
Index instance
See Also