| OrderLineGetProductImage 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 Ecommerce.Services.OrderLines.GetProductImage instead.")]
public string GetProductImage(
Nullable<int> areaId
)
<ObsoleteAttribute("Use Ecommerce.Services.OrderLines.GetProductImage instead.")>
Public Function GetProductImage (
areaId As Nullable(Of Integer)
) As String
Parameters
- areaId
- Type: SystemNullableInt32
Return Value
Type:
StringSee Also