arachnode.net

ArachnodeDAO.InsertCrawlRequest(DateTime, String, String, Int32, Int32, Byte, Byte, Double) Method

Inserts a row into table 'CrawlRequests'. See: http://arachnode.net/forums/p/564/10762.aspx#10762 if you experience difficulty with this function. This is a more advanced function, intended for use by the Crawler.

public long? InsertCrawlRequest(
   DateTime created,
   string absoluteUri1,
   string absoluteUri2,
   int currentDepth,
   int maximumDepth,
   byte restrictCrawlTo,
   byte restrictDiscoveriesTo,
   double priority
);

Parameters

created
The created.
absoluteUri1
The absolute uri1.
absoluteUri2
The absolute uri2.
currentDepth
The current depth.
maximumDepth
The maximum depth.
restrictCrawlTo
The restrict crawl to. Restricting a Crawl to a specific UriQualificationType means that the Crawl will only crawl WebPages that match the initial UriQualificationType.
restrictDiscoveriesTo
The restrict discoveries to. Restricting a Crawl's Discoveries to a specific UriQualificationType means that the Crawl will only collect Discoveries that match the initial UriQualificationType.
priority
The priority.

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace | ArachnodeDAO.InsertCrawlRequest Overload List