Help > Web Development > Object Reference > Object Reference > ISYSResultList > SaveRange Method
<a name="kanchor518"></a>ISYSResultList:SaveRange Method
Saves only the documents in the given range to disk.

Syntax
[VBScript]
function ISYSResultList.SaveRange(_
  long From, _ 
  long Count_ 
) as variant
[C#]
System.Object IISYSResultList.SaveRange(
  long From, 
  long Count
);
[ColdFusion/Java]
System.Object IISYSResultList.SaveRange(
  long From, 
  long Count
) throws ComException;
Parameters
FromIndex of the first document in the range. This may be between 1 and Length.
CountMaximum number of documents to save.