Click or drag to resize

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
)

Parameters

id
Type: SystemInt32

Return Value

Type: StockUnit
See Also