  | ProductServiceGetByProductIDsAndVariantIDs Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Product> GetByProductIDsAndVariantIDs(
	List<Tuple<string, string>> idCombinations,
	string productLanguageId,
	bool doRefactoring,
	bool useAssortments
)
Public Function GetByProductIDsAndVariantIDs ( 
	idCombinations As List(Of Tuple(Of String, String)),
	productLanguageId As String,
	doRefactoring As Boolean,
	useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- idCombinations
 - Type: System.Collections.GenericListTupleString, String
 - productLanguageId
 - Type: SystemString
 - doRefactoring
 - Type: SystemBoolean
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableProduct
See Also