| ProductServiceGetProductsByGroupId Method (String, Int32, Boolean, String, Boolean) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<Product> GetProductsByGroupId(
string groupId,
int top,
bool doRefactoring,
string productLanguageId,
bool useAssortments
)
Public Function GetProductsByGroupId (
groupId As String,
top As Integer,
doRefactoring As Boolean,
productLanguageId As String,
useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- groupId
- Type: SystemString
- top
- Type: SystemInt32
- doRefactoring
- Type: SystemBoolean
- productLanguageId
- Type: SystemString
- useAssortments
- Type: SystemBoolean
Return Value
Type:
IEnumerableProductSee Also