Keyoti Search for ASP.NET API Docs
GetIDs Method (location, query)
API DocumentationKeyoti.SearchEngine.DataAccessXmlIndexableSourceRecordTableGetIDs(String, String)
Keyoti Search for ASP.NET 2010
Gets the ID of the record matching location/query
Declaration Syntax
C#Visual BasicVisual C++
public virtual int[] GetIDs(
	string location,
	string query
)
Public Overridable Function GetIDs ( _
	location As String, _
	query As String _
) As Integer()
public:
virtual array<int>^ GetIDs(
	String^ location, 
	String^ query
)
Parameters
location (String)
Record 'location' field
query (String)
Record 'query' field
Return Value
2 element array. 1st element is ID of the record (or 0 if not found) and 2nd element is the last used ID in the table.

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