Click or drag to resize

IndexServiceLoadIndex Method (String, String)

Loads index

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

Parameters

repository
Type: SystemString
Name of repository
item
Type: SystemString
Name of item

Return Value

Type: IIndex
Object implementing IIndex interface

Implements

IIndexServiceLoadIndex(String, String)
See Also