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

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