Click or drag to resize

spiderTargetCollectionGetOrCreateTarget Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the or create 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 spiderTarget GetOrCreateTarget(
	spiderLink linkVector,
	bool autoAdd = true,
	bool processVector = true
)

Parameters

linkVector
Type: imbWEM.Core.crawler.targetsspiderLink
The link vector.
autoAdd (Optional)
Type: SystemBoolean

[Missing <param name="autoAdd"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTargetCollection.GetOrCreateTarget(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,System.Boolean)"]

processVector (Optional)
Type: SystemBoolean

[Missing <param name="processVector"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTargetCollection.GetOrCreateTarget(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,System.Boolean)"]

Return Value

Type: spiderTarget

[Missing <returns> documentation for "M:imbWEM.Core.crawler.targets.spiderTargetCollection.GetOrCreateTarget(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,System.Boolean)"]

See Also