| ProductServiceGetProductsByGroupIdAndSearchValue Method (String, String, String, String, Boolean, String) |
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
)
Public Function GetProductsByGroupIdAndSearchValue (
groupId As String,
topValue As String,
searchValue As String,
productVariantId As String,
isFrontend As Boolean,
productLanguageId As String
) As IEnumerable(Of Product)
Parameters
- groupId
- Type: SystemString
- topValue
- Type: SystemString
- searchValue
- Type: SystemString
- productVariantId
- Type: SystemString
- isFrontend
- Type: SystemBoolean
- productLanguageId
- Type: SystemString
Return Value
Type:
IEnumerableProductSee Also