| FrontendDoTheSearch Method (String, Hashtable, Hashtable, Hashtable) |
Namespace:
Dynamicweb.Ecommerce.Frontend
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public ProductCollection DoTheSearch(
string searchQuery,
ref Hashtable searchCustomFields,
ref Hashtable criteriaList,
ref Hashtable searchGroupFields
)
Public Function DoTheSearch (
searchQuery As String,
ByRef searchCustomFields As Hashtable,
ByRef criteriaList As Hashtable,
ByRef searchGroupFields As Hashtable
) As ProductCollection
Parameters
- searchQuery
- Type: SystemString
- searchCustomFields
- Type: System.CollectionsHashtable
- criteriaList
- Type: System.CollectionsHashtable
- searchGroupFields
- Type: System.CollectionsHashtable
Return Value
Type:
ProductCollectionSee Also