See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchFilter::ReadMultiple Method

Read a series of search filters from disk files.

C#
public long ReadMultiple(ref String filtersToRead);
Visual Basic
Public Function ReadMultiple(ByRef filtersToRead As String) As long
Remarks

List the paths of the search filters to read, separated by spaces, with the paths in quotation marks, like this:

"c:\folder\a.dat" "c:\folder\b.dat"

The filters will be combined with "OR", so a document selected by any of the listed filters will be selected by the result of the ReadMultiple operation.

See Also
You are here: dtSearch::Engine Namespace > SearchFilter Class > SearchFilter Methods > ReadMultiple Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.