Click or drag to resize

ProductServiceGetProductsByGroupIdAndSearchValue Method (String, String, String, 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
)

Parameters

groupId
Type: SystemString
topValue
Type: SystemString
searchValue
Type: SystemString
productVariantId
Type: SystemString
isFrontend
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also