| ProductGetProductsByProductIDs Method (String, Boolean, String) |
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,
string productLanguageId
)
<ObsoleteAttribute("Use 'ProductService.GetProductsByProductIDs' instead")>
Public Shared Function GetProductsByProductIDs (
productIds As String(),
doRefactoring As Boolean,
productLanguageId As String
) As ProductCollection
Parameters
- productIds
- Type: SystemString
- doRefactoring
- Type: SystemBoolean
- productLanguageId
- Type: SystemString
Return Value
Type:
ProductCollectionSee Also