Keyoti Search for ASP.NET API Docs
GetIndexableSourceRecord Method (sourceType, location, query)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexGetIndexableSourceRecord(SourceType, String, String)
Keyoti Search for ASP.NET 2010
Gets an IndexableSourceRecord from the index that matches the type, location and query.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609