Help > Web Development > Object Reference > Object Reference > ISYSAsp > OpenResults Method
<a name="kanchor251"></a>ISYSAsp:OpenResults Method
Loads a previously saved result list and returns an associated ISYSResultList object.

Note: This method is provided for compatibility with ISYS 6. New applications should use the ISYSSearch object (see QuerySource).

Syntax
[VBScript]
function ISYSAsp.OpenResults(_
  Variant Filename_ 
) as ISYSResultList
[C#]
IISYSResultList  ISYSAsp.OpenResults(
  Variant Filename
);
[ColdFusion/Java]
IISYSResultList  IISYSAsp.OpenResults(
  Variant Filename
) throws ComException;
Parameters
FilenameContains either the fully qualified filename of a result list, or the numeric identifier of a result list returned from the Save method.

See Also