 | spiderTargetisDuplicate Property |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
True if this target is content duplicate (confirmed by HTML source code hash) of another, already crawled target. Target that was loaded first has False, any other duplicate has True.
Namespace:
imbWEM.Core.crawler.targets
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic bool isDuplicate { get; set; }Property Value
Type:
Booleantrue if this instance is duplicate; otherwise,
false.
Implements
ISpiderTarget.isDuplicate
See Also