Click or drag to resize

tripleLinkPageRegistryAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.structure.tripleLinkPageRegistry.Add(System.String,imbWEM.Core.crawler.targets.spiderPage,imbWEM.Core.crawler.targets.spiderLink)"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool Add(
	string url,
	spiderPage page,
	spiderLink link
)

Parameters

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:imbWEM.Core.crawler.structure.tripleLinkPageRegistry.Add(System.String,imbWEM.Core.crawler.targets.spiderPage,imbWEM.Core.crawler.targets.spiderLink)"]

page
Type: imbWEM.Core.crawler.targetsspiderPage

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

link
Type: imbWEM.Core.crawler.targetsspiderLink

[Missing <param name="link"/> documentation for "M:imbWEM.Core.crawler.structure.tripleLinkPageRegistry.Add(System.String,imbWEM.Core.crawler.targets.spiderPage,imbWEM.Core.crawler.targets.spiderLink)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.crawler.structure.tripleLinkPageRegistry.Add(System.String,imbWEM.Core.crawler.targets.spiderPage,imbWEM.Core.crawler.targets.spiderLink)"]

See Also