Click or drag to resize
ISearchCrawler Interface
Contract for a search crawler which indexes HTML content of a web page.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public interface ISearchCrawler

The ISearchCrawler type exposes the following members.

Properties
  NameDescription
Public propertyCrawlerFormsUserName
Gets the user name which should be used for crawler search.
Public propertyCrawlerPassword
Gets the crawler user password.
Public propertyCrawlerUserName
Gets the crawler user name which should be used for current search.
Top
Methods
  NameDescription
Public methodDownloadHtmlContent
Downloads the HTML code for the specified URL.
Top
See Also