Click or drag to resize

GroupServiceFindGroups Method (String, Int32, String)

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

Parameters

keyword
Type: SystemString
maxAmount
Type: SystemInt32
shopId
Type: SystemString

Return Value

Type: IEnumerableGroup
See Also