 | ProductGetProductsAndVariantsByProduct Method |
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.GetProductsAndVariantsByProduct' instead")]
public static ProductCollection GetProductsAndVariantsByProduct(
Product product
)
<ObsoleteAttribute("Use 'ProductService.GetProductsAndVariantsByProduct' instead")>
Public Shared Function GetProductsAndVariantsByProduct (
product As Product
) As ProductCollection
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
Return Value
Type:
ProductCollection
See Also