Click or drag to resize

ProductServiceGetByPage Method (String, Boolean, String, Int32, Int32, Boolean, String, String, IEnumerableString, NullableShopType)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetByPage(
	string searchText,
	bool useBackCatalog,
	string showProducts,
	int pageNumber,
	int pageSize,
	bool searchAllFields,
	string orderBy,
	string assortmentId,
	IEnumerable<string> shopIds,
	Nullable<ShopType> shopType
)

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
shopType
Type: SystemNullableShopType

Return Value

Type: IEnumerableProduct
See Also