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