| ProductGetProductsByProductAndVariantId Method (Product, 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.GetProductsByProductAndVariantId' instead")]
public static ProductCollection GetProductsByProductAndVariantId(
Product product,
string productVariantId
)
<ObsoleteAttribute("Use 'ProductService.GetProductsByProductAndVariantId' instead")>
Public Shared Function GetProductsByProductAndVariantId (
product As Product,
productVariantId As String
) As ProductCollection
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- productVariantId
- Type: SystemString
Return Value
Type:
ProductCollectionSee Also