dtSearch Text Retrieval Engine .NET interface

Options.PrivateDir Property

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

public string PrivateDir {get; set;}

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

Options Class | dtSearch.Engine Namespace