  | Orderget_ParentProductLineQuantityCount Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use ParentProductLineQuantityCount instead")]
public double get_ParentProductLineQuantityCount(
	OrderLineCollection orderLines
)<ObsoleteAttribute("Use ParentProductLineQuantityCount instead")>
Public Function get_ParentProductLineQuantityCount ( 
	orderLines As OrderLineCollection
) As DoubleParameters
- orderLines
 - Type: Dynamicweb.Ecommerce.OrdersOrderLineCollection
 
Return Value
Type: 
Double
See Also