Click or drag to resize

spiderWebPageRegistryAdd Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the specified link if not already known

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public bool Add(
	spiderPage page
)

Parameters

page
Type: imbWEM.Core.crawler.targetsspiderPage

[Missing <param name="page"/> documentation for "M:imbWEM.Core.crawler.structure.spiderWebPageRegistry.Add(imbWEM.Core.crawler.targets.spiderPage)"]

Return Value

Type: Boolean

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

See Also