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(
int whichIndex,
uint firstItem,
uint 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