The name of the file that contains the result list to load. Must be an empty string ("") if ID is used.
ID
The ID of the result list returned from a call to ISYSResultList::Save. Must be zero if loading via Filename.
Examples
[VBScript]
<%
dim results
set results = Application("ISYSIndex").LoadResultList("", _
CInt(Request("searchid")))
%>
Remarks
If the index that the result list was saved from is different the current index, ISYS will automatically swap to the original index. This does not affect the ISYSIndex object.