| IndexServiceBuildIndex Method (String, String, String, IDictionaryString, String) |
Builds the index.
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
)
Public Sub BuildIndex (
name As String,
instance As String,
build As String,
meta As IDictionary(Of String, String)
)
Parameters
- name
- Type: SystemString
The name. - instance
- Type: SystemString
The instance. - build
- Type: SystemString
The build. - meta
- Type: System.Collections.GenericIDictionaryString, String
The meta.
Implements
IIndexServiceBuildIndex(String, String, String, IDictionaryString, String)See Also