| StockServiceGetStockLocations Method (Int64) |
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<StockLocation> GetStockLocations(
long groupId
)
Public Function GetStockLocations (
groupId As Long
) As IEnumerable(Of StockLocation)
Parameters
- groupId
- Type: SystemInt64
Return Value
Type:
IEnumerableStockLocationSee Also