Keyoti Search for ASP.NET API Docs
Crawl Method (startURL, isLoginPage)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesWebSiteSpiderCrawl(String, Boolean)
Keyoti Search for ASP.NET 2010
Starts the spidering process, which will recrawl all the existing documents for new links.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use DocumentIndex.ImportWebsite instead.", true)]
public virtual ArrayList Crawl(
	string startURL,
	bool isLoginPage
)
<ObsoleteAttribute("Use DocumentIndex.ImportWebsite instead.", True)> _
Public Overridable Function Crawl ( _
	startURL As String, _
	isLoginPage As Boolean _
) As ArrayList
[ObsoleteAttribute(L"Use DocumentIndex.ImportWebsite instead.", true)]
public:
virtual ArrayList^ Crawl(
	String^ startURL, 
	bool isLoginPage
)
Parameters
startURL (String)
The URL to start crawling a web-site from.
isLoginPage (Boolean)
Whether this start URL is the login form for the site
Return Value
ArrayList of Uri objects with URLs that weren't already in the index
Exceptions
ExceptionCondition
InvalidOperationExceptionIf Configuration.IsLock is true (a lock has been applied).

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