Keyoti SearchUnit API Docs
Root Property
API DocumentationKeyoti.SearchEngine.DataAccessLocationCategoryRecordRoot
Keyoti SearchUnit v6
The URL 'root' of this location, see remarks.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual string Root { get; set; }
public virtual string Root { get; set; }
Public Overridable Property Root As String
	Get
	Set
Public Overridable Property Root As String
	Get
	Set
public:
virtual property String^ Root {
	String^ get ();
	void set (String^ value);
}
public:
virtual property String^ Root {
	String^ get ();
	void set (String^ value);
}
abstract Root : string with get, set
override Root : string with get, set
abstract Root : string with get, set
override Root : string with get, set
Property Value
Remarks
Eg 1. Root = "http://www1.domain.com/", means that every page under http://www1.domain.com/ will automatically be assigned to this location. Eg 2. Root = "http://www1.domain.com/dir1/", means that every page under http://www1.domain.com/dir1/ will automatically be assigned to this location.

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