Help > Web Development > Object Reference > Object Reference > ISYSResultList > LoadFromFile Method
<a name="kanchor504"></a>ISYSResultList:LoadFromFile Method
Loads a previously saved result list from a file created by the SaveToFile method, replacing the current result list.

Note: This method is provided for compatibility with ISYS 6. New applications should use the ISYSSearch object to handle searching.

Syntax
[VBScript]
sub ISYSResultList.LoadFromFile(_
  string Filename_ 
)
[C#]
void IISYSResultList.LoadFromFile(
  string Filename
);
[ColdFusion/Java]
void IISYSResultList.LoadFromFile(
  java.lang.String Filename
) throws ComException;
Parameters
FilenameThe filename of the result list file that is to be loaded.

See Also