Click or drag to resize

ProductServiceGetPagedProductsByVariantGroup Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetPagedProductsByVariantGroup(
	VariantGroup variantGroup,
	int pageNumber,
	int pageSize
)

Parameters

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

Return Value

Type: IEnumerableProduct
See Also