Click or drag to resize

ProductGetProductsByProductIDs Method (String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'ProductService.GetProductsByProductIDs' instead")]
public static ProductCollection GetProductsByProductIDs(
	string[] productIds,
	bool doRefactoring
)

Parameters

productIds
Type: SystemString
doRefactoring
Type: SystemBoolean

Return Value

Type: ProductCollection
See Also