Gets an IndexableSourceRecord from the index that matches the type, location and query.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IndexableSourceRecord GetIndexableSourceRecord( SourceType sourceType, string location, string query )
Public Function GetIndexableSourceRecord ( _ sourceType As SourceType, _ location As String, _ query As String _ ) As IndexableSourceRecord
public: IndexableSourceRecord^ GetIndexableSourceRecord( SourceType sourceType, String^ location, String^ query )
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
The record or null if none found that matched.