  | ProductGetPagedProductsByVariantGroup Method  | 
 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.GetPagedProductsByVariantGroup' instead")]
public static ProductCollection GetPagedProductsByVariantGroup(
	VariantGroup variantGroup,
	int pageNumber,
	int pageSize
)<ObsoleteAttribute("Use 'ProductService.GetPagedProductsByVariantGroup' instead")>
Public Shared Function GetPagedProductsByVariantGroup ( 
	variantGroup As VariantGroup,
	pageNumber As Integer,
	pageSize As Integer
) As ProductCollectionParameters
- variantGroup
 - Type: Dynamicweb.Ecommerce.VariantsVariantGroup
 - pageNumber
 - Type: SystemInt32
 - pageSize
 - Type: SystemInt32
 
Return Value
Type: 
ProductCollection
See Also