  | ProductServiceGetProductsByProductAndVariantId Method (Product, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Product> GetProductsByProductAndVariantId(
	Product product,
	string productVariantId,
	bool useAssortments
)
Public Function GetProductsByProductAndVariantId ( 
	product As Product,
	productVariantId As String,
	useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - productVariantId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableProduct
See Also