| ProductIndexBuilderServiceBuild Method |
Namespace:
Dynamicweb.Ecommerce.Indexing
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void Build(
string repositoryName,
string indexName,
IEnumerable<string> productIds,
bool buildSynchronous = false
)
Public Shared Sub Build (
repositoryName As String,
indexName As String,
productIds As IEnumerable(Of String),
Optional buildSynchronous As Boolean = false
)
Parameters
- repositoryName
- Type: SystemString
- indexName
- Type: SystemString
- productIds
- Type: System.Collections.GenericIEnumerableString
- buildSynchronous (Optional)
- Type: SystemBoolean
See Also