| StockServiceGetStockLocations Method (String) |
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<StockLocation> GetStockLocations(
string languageId
)
Public Function GetStockLocations (
languageId As String
) As IEnumerable(Of StockLocation)
Parameters
- languageId
- Type: SystemString
Return Value
Type:
IEnumerableStockLocationSee Also