Click or drag to resize

IIndexServiceBuildIndex Method (String, String, String, IDictionaryString, String)

Builds the index.

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

Parameters

name
Type: SystemString
The name.
instance
Type: SystemString
The instance.
build
Type: SystemString
The build.
meta
Type: System.Collections.GenericIDictionaryString, String
The meta.
See Also