Click or drag to resize

ProductsAndGroupsHandler.GetGroupsAndChildGroups Method

Namespace:  Dynamicweb.Ecommerce.Extensibility.Controls
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static IEnumerable<Group> GetGroupsAndChildGroups(
	IEnumerable<Group> groups
)

Parameters

groups
Type: System.Collections.Generic.IEnumerable<Group>

Return Value

Type: IEnumerable<Group>
See Also