Click or drag to resize

IOperationServiceGetProducts 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 GetActiveProducts instead to get active products or GetAllProducts to get all (both active and inactive) products.")]
List<IProduct> GetProducts()

Return Value

Type: ListIProduct
See Also