Click or drag to resize

spiderTargetCollectionAttachPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Attaches the page and performes content decomposition

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderTarget AttachPage(
	spiderTaskResultItem pg,
	ILogBuilder response,
	int targetBlockCount = 3
)

Parameters

pg
Type: imbWEM.Core.crawler.corespiderTaskResultItem
The pg.
response
Type: ILogBuilder
The response.
targetBlockCount (Optional)
Type: SystemInt32
The target block count.

Return Value

Type: spiderTarget

[Missing <returns> documentation for "M:imbWEM.Core.crawler.targets.spiderTargetCollection.AttachPage(imbWEM.Core.crawler.core.spiderTaskResultItem,imbSCI.Core.reporting.ILogBuilder,System.Int32)"]

See Also