Click or drag to resize

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

Builds index

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

Parameters

repository
Type: SystemString
Repository name
item
Type: SystemString
Item name
instance
Type: SystemString
Instance name
build
Type: SystemString
Build name
meta
Type: System.Collections.GenericIDictionaryString, String
Meta data

Implements

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