Click or drag to resize

IndexServiceBuildIndex Method (String, String, String, IDictionaryString, String, Boolean)

Start index building task

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

Parameters

name
Type: SystemString
Index file name
instance
Type: SystemString
Index instance name
build
Type: SystemString
Build name
meta
Type: System.Collections.GenericIDictionaryString, String
Meta data
isResume
Type: SystemBoolean
True if IsResume

Implements

IIndexServiceBuildIndex(String, String, String, IDictionaryString, String, Boolean)
See Also