Click or drag to resize

spiderDLContextprocessLink Method

Home | 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.1.0.0 (0.1.0.0)
Syntax
C#
public bool processLink(
	link ln,
	spiderPage parentNode,
	bool doLinkResolver = true
)

Parameters

ln
Type: imbCommonModels.structurelink
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: Boolean
If new target is created
See Also