| 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
)
Public Function FindGroups (
keyword As String,
maxAmount As Integer
) As IEnumerable(Of Group)
Parameters
- keyword
- Type: SystemString
- maxAmount
- Type: SystemInt32
Return Value
Type:
IEnumerableGroupSee Also