  | ProductGetAllProductsWithoutVariants Method (Boolean, String, Boolean) | 
 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.GetAllProductsWithoutVariants' instead")]
public static ProductCollection GetAllProductsWithoutVariants(
	bool doRefactoring,
	string productLanguageId,
	bool useAssortments
)<ObsoleteAttribute("Use 'ProductService.GetAllProductsWithoutVariants' instead")>
Public Shared Function GetAllProductsWithoutVariants ( 
	doRefactoring As Boolean,
	productLanguageId As String,
	useAssortments As Boolean
) As ProductCollectionParameters
- doRefactoring
 - Type: SystemBoolean
 - productLanguageId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
ProductCollection
See Also