See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
DataSource::DocIsFile Property

If True, DocName will be interpreted as the name of a file to be indexed, and dtSearch will index the contents of the file along with any data provided in DocText and DocFields.

C#
public bool DocIsFile;
Visual Basic
Public Property DocIsFile() As bool
Remarks

The DataSource interface provides three ways to return a binary document: DocStream (any .NET Stream object), DocBytes (a byte array), and DocIsFile (a disk file). Only one of these can be used for each document.  

 

See Also
You are here: dtSearch::Engine Namespace > DataSource Class > DataSource Properties > DocIsFile Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.