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