| 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
)
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),
shopType As Nullable(Of ShopType)
) 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
- shopType
- Type: SystemNullableShopType
Return Value
Type:
IEnumerableProductSee Also