Set the selection state of an array of document ids to the selection state indicated by fSelected.
C#
public void SelectItems(
int whichIndex,
uint[] docIds,
bool isSelected
);
Parameters
|
Parameters |
Description |
|---|---|
|
whichIndex |
Integer identifying the index in this SearchFilter (obtained from AddIndex) |
|
docIds |
Array of document ids to select. |
|
isSelected |
Selection state to assign to the documents in the array. |
See Also