Click or drag to resize

ProductServiceGetBySearchTerm Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute]
public IEnumerable<Product> GetBySearchTerm(
	string searchValue,
	string groupID,
	string variantID
)

Parameters

searchValue
Type: SystemString
groupID
Type: SystemString
variantID
Type: SystemString

Return Value

Type: IEnumerableProduct
See Also