 | spiderDLContextprocessLink Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Processes the link into Targets
Namespace:
imbWEM.Core.crawler.targets
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic bool processLink(
link ln,
spiderPage parentNode,
bool doLinkResolver = true
)
Parameters
- ln
- Type: link
The ln. - parentNode
- Type: imbWEM.Core.crawler.targetsspiderPage
The parent node. - doLinkResolver (Optional)
- Type: SystemBoolean
if set to true [do link resolver].
Return Value
Type:
BooleanIf new target is created
See Also