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