| IIndexServiceBuildIndex Method (String, String, String, String) |
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
)
Sub BuildIndex (
repository As String,
item As String,
instance As String,
build As String
)
Parameters
- repository
- Type: SystemString
The repository. - item
- Type: SystemString
The item. - instance
- Type: SystemString
The instance. - build
- Type: SystemString
The build.
See Also