Click or drag to resize

spiderWebPageRegistryGetPageByLink Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the page by link targeting the same url

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderPage GetPageByLink(
	spiderLink sLink
)

Parameters

sLink
Type: imbWEM.Core.crawler.targetsspiderLink
The s link.

Return Value

Type: spiderPage

[Missing <returns> documentation for "M:imbWEM.Core.crawler.structure.spiderWebPageRegistry.GetPageByLink(imbWEM.Core.crawler.targets.spiderLink)"]

See Also