See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchFilter::SelectItems Method (long, array<int> ^, bool)

Set the selection state of an array of document ids to the selection state indicated by fSelected.

C#
public SelectItems(long whichIndex, ref array<int> docIds, bool isSelected);
Visual Basic
Public Sub SelectItems(whichIndex As long, ByRef docIds As array<int>, isSelected As bool)
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
You are here: dtSearch::Engine Namespace > SearchFilter Class > SearchFilter Methods > SelectItems Method > SelectItems Method (long, array<int> ^, bool)
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.