You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > SearchFilter Class > SearchFilter Methods > SelectItems Method > SelectItems Method (int, uint, uint, bool)
Close
dtSearch .NET Standard API 2024.02
SearchFilter.SelectItems Method (int, uint, uint, bool)

Set the selection state of a range of document ids, from firstItem to lastItem, to the selection state indicated by fSelected.

public void SelectItems( int whichIndex, uint firstItem, uint lastItem, bool isSelected );
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.
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.