| 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
)
<ObsoleteAttribute("Use SetProductInformation(OrderLine, Product, String) instead.")>
Public Sub SetProductInformation (
orderLine As OrderLine,
product As Product
)
Parameters
- orderLine
- Type: Dynamicweb.Ecommerce.OrdersOrderLine
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
See Also