Initializes a new instance of the SearchQueryRecord class
Namespace: Cartella.SearchAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public SearchQueryRecord( int resultCount, string userID, string[] searchTerms, string[] categoryIds, string[] itemTypes ) |
Visual Basic |
---|
Public Sub New ( _ resultCount As Integer, _ userID As String, _ searchTerms As String(), _ categoryIds As String(), _ itemTypes As String() _ ) |
Visual C++ |
---|
public: SearchQueryRecord( int resultCount, String^ userID, array<String^>^ searchTerms, array<String^>^ categoryIds, array<String^>^ itemTypes ) |
Parameters
- resultCount
- Type: System..::..Int32
- userID
- Type: System..::..String
- searchTerms
- Type: array<System..::..String>[]()[][]
- categoryIds
- Type: array<System..::..String>[]()[][]
- itemTypes
- Type: array<System..::..String>[]()[][]