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

A directory that the dtSearch Engine can use to store temporary files. Most applications should not set PrivateDir.

C#
public String PrivateDir;
Visual Basic
Public Property PrivateDir() As String
Remarks

PrivateDir, if non-blank, must be unique for each concurrent user of the dtSearch Engine.  

If the privateDir is blank, no directory will be reserved for temporary files, and dtSearch will use the Windows GetTempPath() call to get a directory for temporary files.  

 

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