Set the selection state of an array of document ids to the selection state indicated by fSelected.
public SelectItems(long whichIndex, ref array<int> docIds, bool isSelected);
Public Sub SelectItems(whichIndex As long, ByRef docIds As array<int>, isSelected As bool)
|
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. |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|