arachnode.net

ACrawlRule.IsDisallowed(CrawlRequest, ArachnodeDAO) Method

Determines whether the specified crawl request is disallowed.

public abstract bool IsDisallowed(
   CrawlRequest crawlRequest,
   ArachnodeDAO arachnodeDAO
);

Parameters

crawlRequest
The crawl request.
arachnodeDAO
The arachnode DAO.

Return Value

true if the specified crawl request is disallowed; otherwise, false.

See Also

ACrawlRule Class | Arachnode.SiteCrawler.Value.AbstractClasses Namespace | ACrawlRule.IsDisallowed Overload List