| ProductGetProductsByGroups Method (GroupCollection, String, Boolean, Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use 'ProductService.GetProductsByGroups' instead")]
public static ProductCollection GetProductsByGroups(
GroupCollection groups,
string productLanguageId,
bool isFrontEnd,
bool useAssortments
)
<ObsoleteAttribute("Use 'ProductService.GetProductsByGroups' instead")>
Public Shared Function GetProductsByGroups (
groups As GroupCollection,
productLanguageId As String,
isFrontEnd As Boolean,
useAssortments As Boolean
) As ProductCollection
Parameters
- groups
- Type: Dynamicweb.Ecommerce.ProductsGroupCollection
- productLanguageId
- Type: SystemString
- isFrontEnd
- Type: SystemBoolean
- useAssortments
- Type: SystemBoolean
Return Value
Type:
ProductCollectionSee Also