| 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
)
Public Sub BuildIndex (
name As String,
instance As String,
build As String,
meta As IDictionary(Of String, String),
isResume As Boolean
)
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