Help > Web Development > Object Reference > Object Reference > ISYSResultList > Load Method
<a name="kanchor503"></a>ISYSResultList:Load Method
Loads a previously saved result list stored by the Save 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.Load(_
  long ID_ 
)
[C#]
void IISYSResultList.Load(
  long ID
);
[ColdFusion/Java]
void IISYSResultList.Load(
  long ID
) throws ComException;
Parameters
IDThe ID of the search results to load

See Also