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