Click or drag to resize

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

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,
	bool isResume
)

Parameters

name
Type: SystemString
The name.
instance
Type: SystemString
The instance.
build
Type: SystemString
The build.
meta
Type: System.Collections.GenericIDictionaryString, String
The meta.
isResume
Type: SystemBoolean
if set to true [is resume].
See Also