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: 13.0.131
Syntax
C#
public interface ISearchCrawler

The ISearchCrawler type exposes the following members.

Properties
  NameDescription
Public propertyCrawlerUser
Gets or sets the user name which should be used for crawler search.
Top
Methods
  NameDescription
Public methodDownloadHtmlContent
Downloads the HTML code for the specified URL.
Top
See Also