Click or drag to resize

spiderTargetAddVector Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the new vector to the target. originPage has to be specified otherwise exception will be thrown. Returns true if it is new vector for this target

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 AddVector(
	spiderLink __vector
)

Parameters

__vector
Type: imbWEM.Core.crawler.targetsspiderLink
The vector.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.AddVector(imbWEM.Core.crawler.targets.spiderLink)"]

Exceptions
ExceptionCondition
aceGeneralExceptionSupplied spiderLink vector has no origin specified - null - No origin page for link: " + __vector.url
See Also