Keyoti Search for ASP.NET API Docs
xmlLocation Property
API DocumentationKeyoti.SearchEngineConfigurationxmlLocation
Keyoti Search for ASP.NET 2010
The path to the XML document index directory - eg "c:\documentIndex"
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.", 
	true)]
public string xmlLocation { get; set; }
<ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.",  _
	True)> _
Public Property xmlLocation As String
[ObsoleteAttribute(L"Use IndexDirectory property instead - it is equivalent.", 
	true)]
public:
property String^ xmlLocation {
	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.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609