Gets the quantity available for this CStandardProduct in the specified warehouse.
Namespace: Asi.iBO.CommerceAssembly: 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.