Set the selection state of a range of document ids, from firstItem to lastItem, to the selection state indicated by fSelected.
C#
public void SelectItems(
long whichIndex,
long firstItem,
long lastItem,
bool isSelected
);
Parameters
Parameters |
Description |
---|---|
whichIndex |
Integer identifying the index in this SearchFilter (obtained from AddIndex) |
firstItem |
Document id of the first document in the range to select. |
lastItem |
Document id of the last document in the range to select. |
isSelected |
Selection state to assign to the documents in the range. |
See Also