Click or drag to resize

IOperationServiceGetInactiveProducts Method

Note: This API is now obsolete.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
[ObsoleteAttribute("Use GetAllProducts instead to get all active and inactive products.")]
List<IProduct> GetInactiveProducts()

Return Value

Type: ListIProduct
See Also