Gets the quantity available for this CStandardProduct in the specified warehouse.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public double GetQtyAvailable(
	string warehouseLocation
)
Visual Basic
Public Function GetQtyAvailable ( _
	warehouseLocation As String _
) As Double
Visual C++
public:
double GetQtyAvailable(
	String^ warehouseLocation
)

Parameters

warehouseLocation
Type: System..::..String
The warehouse of interest.

Return Value

The quantity available. If the specified warehouseLocation is not among the warehouses for this CStandardProduct, zero is returned.

See Also