Click or drag to resize

GroupServiceGetGroups Method (IEnumerableString, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Group> GetGroups(
	IEnumerable<string> groupIds,
	bool applyFiltering
)

Parameters

groupIds
Type: System.Collections.GenericIEnumerableString
applyFiltering
Type: SystemBoolean

Return Value

Type: IEnumerableGroup
See Also