Click or drag to resize

DiscountCollectionGetRange Method

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public List<Discount> GetRange(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: ListDiscount
See Also