| ProductServiceGetProductsByGroupIdAndSearchValue Method (String, String, String, String, Boolean, String, Boolean) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<Product> GetProductsByGroupIdAndSearchValue(
string groupId,
string topValue,
string searchValue,
string productVariantId,
bool isFrontend,
string productLanguageId,
bool useAssortments
)
Public Function GetProductsByGroupIdAndSearchValue (
groupId As String,
topValue As String,
searchValue As String,
productVariantId As String,
isFrontend As Boolean,
productLanguageId As String,
useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- groupId
- Type: SystemString
- topValue
- Type: SystemString
- searchValue
- Type: SystemString
- productVariantId
- Type: SystemString
- isFrontend
- Type: SystemBoolean
- productLanguageId
- Type: SystemString
- useAssortments
- Type: SystemBoolean
Return Value
Type:
IEnumerableProductSee Also