Click or drag to resize

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
)

Parameters

repositoryName
Type: SystemString
indexName
Type: SystemString
productIds
Type: System.Collections.GenericIEnumerableString
buildSynchronous (Optional)
Type: SystemBoolean
See Also