Gets an IndexableSourceRecord from the index that matches the type, location and query.
Declaration Syntax
C# | Visual Basic |
public IndexableSourceRecord GetIndexableSourceRecord( SourceType sourceType, string location, string query )
Public Function GetIndexableSourceRecord ( sourceType As SourceType, location As String, query As String ) As IndexableSourceRecord
Parameters
- sourceType (SourceType)
- The type of the source, eg. website
- location (String)
- The location specified when the source was imported
- query (String)
- May be null for certain import types (eg. website) - the query specified during import (eg. the SQL statement)
Return Value
IndexableSourceRecord
The record or null if none found that matched.
The record or null if none found that matched.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610