| 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
)
Public Function GetPagedProductsByVariantGroup (
variantGroup As VariantGroup,
pageNumber As Integer,
pageSize As Integer
) As IEnumerable(Of Product)
Parameters
- variantGroup
- Type: Dynamicweb.Ecommerce.VariantsVariantGroup
- pageNumber
- Type: SystemInt32
- pageSize
- Type: SystemInt32
Return Value
Type:
IEnumerableProductSee Also