| ProductServiceGetSearchResultCount Method (String, Boolean, String, Boolean, Boolean, Boolean, String, IEnumerableString, NullableShopType) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public int GetSearchResultCount(
string searchText,
bool useBackCatalog,
string showProducts,
bool useVariants,
bool searchInAllFields,
bool onlyActiveProducts,
string assortmentId,
IEnumerable<string> shopIds,
Nullable<ShopType> shopType
)
Public Function GetSearchResultCount (
searchText As String,
useBackCatalog As Boolean,
showProducts As String,
useVariants As Boolean,
searchInAllFields As Boolean,
onlyActiveProducts As Boolean,
assortmentId As String,
shopIds As IEnumerable(Of String),
shopType As Nullable(Of ShopType)
) As Integer
Parameters
- searchText
- Type: SystemString
- useBackCatalog
- Type: SystemBoolean
- showProducts
- Type: SystemString
- useVariants
- Type: SystemBoolean
- searchInAllFields
- Type: SystemBoolean
- onlyActiveProducts
- Type: SystemBoolean
- assortmentId
- Type: SystemString
- shopIds
- Type: System.Collections.GenericIEnumerableString
- shopType
- Type: SystemNullableShopType
Return Value
Type:
Int32See Also