Click or drag to resize

IOperationServiceTryGetChildGroupsByProductGroup Method

Returns childGroups 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<IProductGroup> TryGetChildGroupsByProductGroup(
	IProductGroup productGroup
)

Parameters

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

Return Value

Type: ListIProductGroup
See Also