| ProductReserveget_UserStock Method (String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Frontend.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use GetUserStock instead")]
public static IDictionary<ProductKey, double> get_UserStock(
string orderId
)
<ObsoleteAttribute("Use GetUserStock instead")>
Public Shared Function get_UserStock (
orderId As String
) As IDictionary(Of ProductKey, Double)
Parameters
- orderId
- Type: SystemString
Return Value
Type:
IDictionaryProductKey,
DoubleSee Also