Click or drag to resize

OrderLineServiceSetProductInformation Method (OrderLine, Product)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use SetProductInformation(OrderLine, Product, String) instead.")]
public void SetProductInformation(
	OrderLine orderLine,
	Product product
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
product
Type: Dynamicweb.Ecommerce.ProductsProduct
See Also