Click or drag to resize

IIndexServiceBuildIndex Method (String, String, String)

Builds index

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
void BuildIndex(
	string name,
	string instance,
	string build
)

Parameters

name
Type: SystemString
Index name
instance
Type: SystemString
Instance name
build
Type: SystemString
Build name
See Also