Click or drag to resize

IOperationServiceTryGetChildProductsByProductGroup Method

Returns childProducts of the specified productGroup or null if productGroup doesn't exist.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<IProduct> TryGetChildProductsByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup
Type: Resto.Front.Api.V4.Data.AssortmentIProductGroup

Return Value

Type: ListIProduct
See Also