  | 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
)<ObsoleteAttribute("Use overload with shoptype parameter")>
Public Function GetByPage ( 
	searchText As String,
	useBackCatalog As Boolean,
	showProducts As String,
	pageNumber As Integer,
	pageSize As Integer,
	searchAllFields As Boolean,
	orderBy As String,
	assortmentId As String,
	shopIds As IEnumerable(Of String)
) As IEnumerable(Of Product)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