Click or drag to resize

IndexServiceLoadIndex Method (String)

Loads index

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IIndex LoadIndex(
	string name
)

Parameters

name
Type: SystemString
Index file name

Return Value

Type: IIndex
Object implementing IIndex interface

Implements

IIndexServiceLoadIndex(String)
See Also