The path to the index directory - eg "c:\documentIndex"
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string IndexDirectory { get; set; }
Public Property IndexDirectory As String
public: property String^ IndexDirectory { String^ get (); void set (String^ value); }
Remarks
The path to the folder that the index files should be stored in. This folder must already exist, and have write permission granted to the ASPNET user.