Click or drag to resize

GroupServiceFindGroups Method (String, Int32)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Group> FindGroups(
	string keyword,
	int maxAmount
)

Parameters

keyword
Type: SystemString
maxAmount
Type: SystemInt32

Return Value

Type: IEnumerableGroup
See Also