| StockUnitGetStockUnitById Method |
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.GetStockUnit(Int32) instead.")]
public static StockUnit GetStockUnitById(
int id
)
<ObsoleteAttribute("Use Services.StockService.GetStockUnit(Int32) instead.")>
Public Shared Function GetStockUnitById (
id As Integer
) As StockUnit
Parameters
- id
- Type: SystemInt32
Return Value
Type:
StockUnitSee Also