Index of the first item in the range to be prepared.
Count
The number of items that are required.
Examples
[VBScript]
<%
' Execute a preconfigured ISYSSearch objectSet Results = ISYSSearch.Execute
' Ensure the range that we want to display is prepared
Results.Prepare FirstItem, ItemsPerPage
%>