arachnode.net

RuleManager.IsDisallowed(CrawlRequest, CrawlRuleType, ArachnodeDAO) Method

Determines whether the specified crawl request is disallowed.

internal bool IsDisallowed(
   CrawlRequest crawlRequest,
   CrawlRuleType crawlRuleType,
   ArachnodeDAO arachnodeDAO
);

Parameters

crawlRequest
The crawl request.
crawlRuleType
Type of the rule.
arachnodeDAO
The arachnode DAO.

Return Value

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

See Also

RuleManager Class | Arachnode.SiteCrawler.Managers Namespace | RuleManager.IsDisallowed Overload List