  | DiscountCollectionGetRange Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders.Discounts
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic List<Discount> GetRange(
	int index,
	int count
)
Public Function GetRange ( 
	index As Integer,
	count As Integer
) As List(Of Discount)
Parameters
- index
 - Type: SystemInt32
 - count
 - Type: SystemInt32
 
Return Value
Type: 
ListDiscount
See Also