  | ProductServiceGetByPage Method (String, Boolean, String, Int32, Int32, Boolean, 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> GetByPage(
	string searchText,
	bool useBackCatalog,
	string showProducts,
	int pageNumber,
	int pageSize,
	bool searchAllFields,
	string orderBy,
	string assortmentId
)
<ObsoleteAttribute>
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
) 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
 
Return Value
Type: 
IEnumerableProduct
See Also