 | StockUnitDelete Method (Int32) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Services.StockService.DeleteStockUnit(Int32) instead.")]
public static void Delete(
int id
)<ObsoleteAttribute("Use Services.StockService.DeleteStockUnit(Int32) instead.")>
Public Shared Sub Delete (
id As Integer
)Parameters
- id
- Type: SystemInt32
See Also