| ProductGetProductsByShopId Method (String, 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.GetProductsByShopId' instead")]
public static ProductCollection GetProductsByShopId(
string shopId,
string productLanguageId,
bool useAssortments
)
<ObsoleteAttribute("Use 'ProductService.GetProductsByShopId' instead")>
Public Shared Function GetProductsByShopId (
shopId As String,
productLanguageId As String,
useAssortments As Boolean
) As ProductCollection
Parameters
- shopId
- Type: SystemString
- productLanguageId
- Type: SystemString
- useAssortments
- Type: SystemBoolean
Return Value
Type:
ProductCollectionSee Also