| DiscountDelete Method (String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders.Discounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Ecommerce.Services.Discounts.Delete instead.")]
public static void Delete(
string orderDiscountIDs
)
<ObsoleteAttribute("Use Ecommerce.Services.Discounts.Delete instead.")>
Public Shared Sub Delete (
orderDiscountIDs As String
)
Parameters
- orderDiscountIDs
- Type: SystemString
See Also