Click or drag to resize

IOperationServiceGetChildGroupsByProductGroup Method

Returns childGroups of the specified productGroup.

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

Parameters

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

Return Value

Type: ListIProductGroup
See Also