Click or drag to resize

IOperationServiceTryGetChildGroupsByProductGroup Method

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

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<IProductGroup> TryGetChildGroupsByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup  IProductGroup
 

Return Value

IReadOnlyListIProductGroup
See Also