Keyoti SearchUnit API Docs
xmlLocation Property
API DocumentationKeyoti.SearchEngineConfigurationxmlLocation
Keyoti SearchUnit v6
The path to the XML document index directory - eg "c:\documentIndex"
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.", 
	true)]
public string xmlLocation { get; set; }
[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
	Get
	Set
<ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.", 
	true)> 
Public Property xmlLocation As String
	Get
	Set
public:
[ObsoleteAttribute(L"Use IndexDirectory property instead - it is equivalent.", 
	true)]
property String^ xmlLocation {
	String^ get ();
	void set (String^ value);
}
public:
[ObsoleteAttribute(L"Use IndexDirectory property instead - it is equivalent.", 
	true)]
property String^ xmlLocation {
	String^ get ();
	void set (String^ value);
}
[<ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.", 
	true)>]
member xmlLocation : string with get, set
[<ObsoleteAttribute("Use IndexDirectory property instead - it is equivalent.", 
	true)>]
member xmlLocation : string with get, set
Property 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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120