| IIndexServiceBuildIndex Method (String, 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 repository,
string item,
string instance,
string build,
IDictionary<string, string> meta,
bool isResume
)
Sub BuildIndex (
repository As String,
item As String,
instance As String,
build As String,
meta As IDictionary(Of String, String),
isResume As Boolean
)
Parameters
- repository
- Type: SystemString
The repository. - item
- Type: SystemString
The item. - 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