| StockLocationGetStockLocationsByLanguageId 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.GetStockLocations(String) instead.")]
public static StockLocationCollection GetStockLocationsByLanguageId(
string languageId
)
<ObsoleteAttribute("Use Services.StockService.GetStockLocations(String) instead.")>
Public Shared Function GetStockLocationsByLanguageId (
languageId As String
) As StockLocationCollection
Parameters
- languageId
- Type: SystemString
Return Value
Type:
StockLocationCollectionSee Also