Keyoti SearchUnit API Docs
DefaultPageNames Property
API DocumentationKeyoti.SearchEngineConfigurationDefaultPageNames
Keyoti SearchUnit v6
List of strings with default page names, these pages are synonomous with a URL ending in a directory.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ArrayList DefaultPageNames { get; set; }
public ArrayList DefaultPageNames { get; set; }
Public Property DefaultPageNames As ArrayList
	Get
	Set
Public Property DefaultPageNames As ArrayList
	Get
	Set
public:
property ArrayList^ DefaultPageNames {
	ArrayList^ get ();
	void set (ArrayList^ value);
}
public:
property ArrayList^ DefaultPageNames {
	ArrayList^ get ();
	void set (ArrayList^ value);
}
member DefaultPageNames : ArrayList with get, set
member DefaultPageNames : ArrayList with get, set
Property Value
Remarks
If this list contains "default.aspx" for example, then http://localhost/default.aspx will be treated as equal to http://localhost/

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