Click or drag to resize

StockStatusGetStockStatuses 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.GetStockStatuses(String, Boolean, String) instead.")]
public static StockStatusCollection GetStockStatuses(
	string statusGroupID,
	bool orderBy = false,
	string language = ""
)

Parameters

statusGroupID
Type: SystemString
orderBy (Optional)
Type: SystemBoolean
language (Optional)
Type: SystemString

Return Value

Type: StockStatusCollection
See Also