| ProductProviderBaseGetProductFromVariantComboId Method |
Gets the product from variant combo identifier.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public virtual Product GetProductFromVariantComboId(
Product product
)
Public Overridable Function GetProductFromVariantComboId (
product As Product
) As Product
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
Return Value
Type:
ProductProduct.
See Also