Click or drag to resize

ProductServiceGetSearchResultCount Method (String, Boolean, String, Boolean, Boolean, Boolean, String, IEnumerableString)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use overload with shoptype parameter")]
public int GetSearchResultCount(
	string searchText,
	bool useBackCatalog,
	string showProducts,
	bool useVariants,
	bool searchInAllFields,
	bool onlyActiveProducts,
	string assortmentId,
	IEnumerable<string> shopIds
)

Parameters

searchText
Type: SystemString
useBackCatalog
Type: SystemBoolean
showProducts
Type: SystemString
useVariants
Type: SystemBoolean
searchInAllFields
Type: SystemBoolean
onlyActiveProducts
Type: SystemBoolean
assortmentId
Type: SystemString
shopIds
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Int32
See Also