Click or drag to resize

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
)

Parameters

variantGroup
Type: Dynamicweb.Ecommerce.VariantsVariantGroup
pageNumber
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: ProductCollection
See Also