Keyoti SearchUnit API Docs
URLCaseSensitive Property
API DocumentationKeyoti.SearchEngineConfigurationURLCaseSensitive
Keyoti SearchUnit v6
Whether, during indexing, to compare URLs in a case sensitive manner (default is false) - some web servers are case sensitive, IIS is not.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool URLCaseSensitive { get; set; }
public bool URLCaseSensitive { get; set; }
Public Property URLCaseSensitive As Boolean
	Get
	Set
Public Property URLCaseSensitive As Boolean
	Get
	Set
public:
property bool URLCaseSensitive {
	bool get ();
	void set (bool value);
}
public:
property bool URLCaseSensitive {
	bool get ();
	void set (bool value);
}
member URLCaseSensitive : bool with get, set
member URLCaseSensitive : bool with get, set
Property Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120