Click or drag to resize

ProductServiceGetByPage Method (String, Boolean, String, Int32, Int32, Boolean, String, 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 IEnumerable<Product> GetByPage(
	string searchText,
	bool useBackCatalog,
	string showProducts,
	int pageNumber,
	int pageSize,
	bool searchAllFields,
	string orderBy,
	string assortmentId,
	IEnumerable<string> shopIds
)

Parameters

searchText
Type: SystemString
useBackCatalog
Type: SystemBoolean
showProducts
Type: SystemString
pageNumber
Type: SystemInt32
pageSize
Type: SystemInt32
searchAllFields
Type: SystemBoolean
orderBy
Type: SystemString
assortmentId
Type: SystemString
shopIds
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IEnumerableProduct
See Also