See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WebSite Structure

Describes a single web site to be crawled

C#
[Serializable]
public struct WebSite {
  public String Url;
  public bool IgnoreRobotsTxt;
  public int CrawlDepth;
  public int MaxItemsToIndex;
  public int MaxSizeToIndex;
  public int SiteTimeoutSeconds;
  public int PageTimeoutSeconds;
  public int WaitBetweenPagesMillis;
  public String IncludeFilters;
  public String ExcludeFilters;
  public String ServerFilters;
  public String UserAgent;
  public ProxyInfo Proxy;
  public AuthenticationInfo Authentication;
  public FormAuthenticationInfo FormAuthentication;
}
Visual Basic
<Serializable>
Public Structure WebSite
  Public Url As String
  Public IgnoreRobotsTxt As bool
  Public CrawlDepth As Integer
  Public MaxItemsToIndex As Integer
  Public MaxSizeToIndex As Integer
  Public SiteTimeoutSeconds As Integer
  Public PageTimeoutSeconds As Integer
  Public WaitBetweenPagesMillis As Integer
  Public IncludeFilters As String
  Public ExcludeFilters As String
  Public ServerFilters As String
  Public UserAgent As String
  Public Proxy As ProxyInfo
  Public Authentication As AuthenticationInfo
  Public FormAuthentication As FormAuthenticationInfo
End Structure
See Also
You are here: dtSearch::Spider Namespace > WebSite Structure
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.